.dll entry point
Hey guys, I unpacked CShell.dll so I can find some addresses, but when I open it in OllyDbg, I get an error: Module 'CShell' has entry point outside the code (as specified in the PE header). Maybe this file is self-extracting or self-modifying. Please keep in mind when setting breakpoints!
Then, it wants to compress the code giving me a very unreliable or completely wrong code.
Any help?
Re-read the message, the entrypoint is modified, and olly will 'try' to analyse it anyway, which may give false or unwanted results.
I figured it out. Thank you.