Writing a plugin for dead code detection...

Nihilus

New member
Developer
...is it a good idea? The thing is that I want to hide dead code when not using the debugger and figure out obvious dead code; hence making more decent output from Hex-rays.

Any more suggestions? It will be my first python-"program", so I guess it will take some time to finish, I am also building NJMC in SML with isssues for generating a MIPS disassembler for boomerang atm.
 

Nihilus

New member
Developer
Cool... The PPC-backend is very stable in boomerang (contrary to the program itself), I hope to get rid of boehm-gc and use smart pointers instead from boost. I usually use and eat borsch ;-) I will try QEMU when I got time. I don't need an old PE-specific plugin, I must come up with a generic solution :)
 
Top