Log in

View Full Version : Bad or unknown format


mong
February 17th, 2003, 16:56
What causes error:
Bad or unknown format of 32-bit executable file "C:\foobar.exe" ?

TBD
February 17th, 2003, 22:19
mong: a lot of things ... but usually if it is a DOS or NE file, and sometimes a too customized PE header(i know coz' i bugged Olly a lot of time for this)

mong
February 18th, 2003, 00:26
Yep, it's a packed target. But how do I get over this problem, or do I just use softice?

Norb
February 18th, 2003, 02:35
Try a pe rebuilder and if the file still works afterwards, you can load it into Ollydbg. Else, you need softice.

mong
February 18th, 2003, 16:30
I solved the problem by updating to 1.09 and setting some ignore exception checkboxes. Now the target runs without any problems.