MIPS Decompiler

wanderingbear picture wanderingbear · Jun 10, 2009 · Viewed 9.9k times · Source

I'm looking for a decompiler capable of transforming MIPS machine code into C code. Any suggestions?

Answer

markgz picture markgz · Oct 22, 2011

Assuming you have a MIPS object file or executable file, you can use objdump from the free Code Sourcery Gnu toolchain.

mips-linux-gnu-objdump -d foo.o > foo.S