For the reverse engineers in this community: here's IDC creator v0.15. It can generate IDC file's for usage with disassemblies of ELF/MIPS binaries.
The generated IDC from version 0.15 will:
* Resolve the Stubs section and rename each stub with the corresponding external function name.
* Scan the GOT and rename all stub pointers in the GOT.
* Create comments for references to 32 bit adresses, with that 32 bit address
* If that address is an ASCII string, it will copy that string into the comment.
Usage: open the binary with IDC creator and save the generated IDC file. Then, in IDA pro, with your disassembly opened,
select from the menu: 'file/IDC file' and open the generated IDC file. IDA will then fix everything up for you.
Easy as that !
http://www.speedyshare.com/files/22127972/IDCcreate.rar
TS
