Log in

View Full Version : Debugger won't attach & string encryption


audioman
01-05-2009, 01:10 PM
I'm working on a file that has been protected with a custom protector. It has some anti-reflector code (I managed to bypass most of it), But my problem is the encrypted strings (name of the functions are in wingdings-like font). How do you recover those strings? I tried using OllyDbg and dump the program from memory but the problem is that Olly does not break on the OEP. How do you fix this?

.netter
01-05-2009, 02:08 PM
How can I dump a program from memory? Can I get so the full dump? What if not the complete file is loaded into memory?

Which software do you use?

audioman
01-06-2009, 08:01 AM
I was not able to get a full dump. I tried using OllyDbg and WinDbg.

EDIT: Is it allowed to post the file being cracked?