View Single Post
  #4  
Old 01-09-2004, 02:15
lownoise
 
Posts: n/a
Re: Manual Unpacking problem

Quote:
Originally posted by Nilrem
In OllyDbg I've tried manually unpacking a program, but when I dump the process (using Ollydump plugin, I leave all the settings to default), then try and load the unpacked program I get this message:
"The entry point could not be located in the dynamic link library Shell32.dll"

I'm unsure of what to do, any help is appreciated.

Your import table isn't correct.
When you use the default options of ollydump it also tries to recreate the import table. It's more safely tou recreate the import table manualy or to use imprec/revirgin

regards lownoise
Reply With Quote