??? unpacking .dll's
I'm trying to unpack the .dll's from combat arms... i'm getting a crap load of computer language... i get some code out of it.. the rest are symbols.. i'm using microsoft visual 2008 express... is it not compatible with it or am i just tarted... and i need to keep screwing with it... any info would really help..
why unpack the dll?
i am trying to make my own bypass for CA.. and from what i've gathered i needed to unpack the engine.exe (which i have) i've even found the string that says Hack detected.. if you want a copy of this unpacked engine.exe let me know. i'll subscribe to the thread so i can keep track. if you find anything out let me know too...lol
The unpacker stub will probably be run in the executable it's being loaded into. Break when libs are loaded, wait until it's the dll you want to unpack and step through, you should hit the unpacker stub. Or find the base address of the library when it's loaded, any RVAs off of it will most likely be write\reads to unpack it.