Question

I am trying to disassemble Sid Meiers Railroads 1.1 original binary from 1C disc

file RailRoads.exe
>>PE32 executable (GUI) Intel 80386, for MS Windows
sudo crossdev i386-pc-mingw32
i386-pc-mingw32-objdump -D RailRoads.exe > RailRoads.dump
>>Aborted
i386-pc-mingw32-objdump -v
>>GNU objdump (GNU Binutils) 2.22

How to deal with such problem? Do you know other disassembler (working on linux) that can work with pe-i386?

Était-ce utile?

La solution

Probably your best bet is to download the evaluation version of IDA Pro. MinGW objdump isn't really meant for much more than disassembling binaries generated by MinGW tools.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top