Using objdump for decompiling
I have to decompile an elf which is the code of a RISC processor
the assembly language that will be obtained will be MIPS R3000 ...
but my problem is when i tried objdump for the file "Architecture UNKNOWN" error obtained.
A friend told me that recompile the source of binutils with target enabled for MIPS R3k ...but i can't obtain the parameter for the RISC processors ..
please help
|