Talk:IDA pro disassembler and debugger: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "==SPUD== https://github.com/naehrwert/spud spu decompiler. sort of. This decompiles spu binaries (ELFs). Right now it finds subroutines and all references between them. It al...") |
mNo edit summary |
||
Line 9: | Line 9: | ||
So please help me a little with this project :) | So please help me a little with this project :) | ||
---- | |||
*http://git-hacks.com/ps3-ida-shared-databases | |||
*http://sourceforge.net/projects/collabreate/ // http://www.idabook.com/collabreate/ |
Revision as of 15:28, 21 May 2011
SPUD
https://github.com/naehrwert/spud
spu decompiler. sort of. This decompiles spu binaries (ELFs). Right now it finds subroutines and all references between them. It also tries to determine if a subroutine is reachable, but the problem of plain statical analysis is, that it doesn't find indirect calls to subroutines. Next it builds the control flow graph for all subroutines and determines the edge types.
So please help me a little with this project :)