PDA

View Full Version : Program will not load into OllyDbg


Mz_66
09-02-2004, 08:13 PM
when I open an exe file I get a message that stats (setup.exe is probably not a 32-bit portable executable try to load it) if you press yes the exe file takes over and nothing is loaded into ollydbg.

My question is:

Is there a way that OllyDbg can Debugg this type of file??

1bitshort
09-03-2004, 02:59 AM
Ollydbg is for 32-bit executables. You're probably trying to debug a 16-bit executable. Try something else like Win32dasm or IDA

Mz_66
09-12-2004, 08:17 PM
Thanks for your reply "1bitshort"
the programe is a 16-bit
and i tried to load it into win32dasm no good
win32dasm opens the file but will not load the programe