Log in

View Full Version : help with olly


lake82
June 29th, 2004, 13:48
I keep getting an entry point alert stating " Module 'wbhelp' has entry points outside the code (as specified in the PE header). Maybe this file is self-extracting or self-modifying. Please keep it in mind when setting break points!" so i click ok to that but when i set a breakpoint the computer freezes right up any suggestions

Ricardo Narvaja
June 29th, 2004, 14:46
the computer freeze but not for this message, is other problem of your computer.

Ricardo

lake82
June 29th, 2004, 20:21
well my computer shouldn't be that bad i got 512mb ram and an old 800 but it still shouldn't freeze should it

Ricardo Narvaja
June 30th, 2004, 00:28
What SO you use XP or 98?

The problem can be in this program than freeze your computer but this messagebox is only a message ina packed program always this message appear, thats not the problem. Maybe ollydbg is detected and the program freeze your computer.

Ricardo

lake82
June 30th, 2004, 13:28
yeah i am using xp i got rid of the message but when ever i set a break point and then try running the program up to the break point it freezes the computer up

Ricardo Narvaja
June 30th, 2004, 16:33
Try putting hardware BPX

in comand bar type for example

HE MessageBoxA

Ricardo Narvaja