Talk:IDA pro disassembler and debugger

From PS3 Developer wiki
Revision as of 16:56, 21 May 2011 by PsiCoLeO (talk | contribs) (anergistics anyone?)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 :)




Anergistic

If anyone knows how to use anergistic, please document it. Specially how to DMA

An example would be excelent