Search found 1 match
- Mon May 02, 2011 7:58 pm
- Forum: Off Topic Board
- Topic: Anyone know how to extract information from a DLL?
- Replies: 10
- Views: 4387
Re: Anyone know how to extract information from a DLL?
If you are just wanting to extract data, try something like ResHacker ( http://angusj.com/resourcehacker/ ). If you want to change data inside that DLL, then you're going to have a helluva time. Depending on the DLL, you can usually get icons, strings and a bunch of random data, but some will yield ...