PDA

View Full Version : help with olly


lake82
06-29-2004, 02:48 PM
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
06-29-2004, 03:46 PM
the computer freeze but not for this message, is other problem of your computer.

Ricardo

lake82
06-29-2004, 09:21 PM
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
06-30-2004, 01:28 AM
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
06-30-2004, 02:28 PM
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
06-30-2004, 05:33 PM
Try putting hardware BPX

in comand bar type for example

HE MessageBoxA

Ricardo Narvaja