Locating hidden messages in exe files using a debugger -help
Posted: 2007-03-20 09:05am
Here's the situation - as part of a little assignment that may land me a job with F-secure, I was given a win32 .exe file that contains a hidden message of some sort.
Using ollydbg I've stepped through and looked through the programs code and basically found out that it just gets the environment strings of the currently running OS, dumps them into memory and exits. I haven't found anything that may be hidden strings or anything of that sort.
So, can anyone who may have done something similar just give me some pointers on where I ought to begin looking for hidden messages..?
Using ollydbg I've stepped through and looked through the programs code and basically found out that it just gets the environment strings of the currently running OS, dumps them into memory and exits. I haven't found anything that may be hidden strings or anything of that sort.
So, can anyone who may have done something similar just give me some pointers on where I ought to begin looking for hidden messages..?