em-eight / ppc2cpp

A PowerPC 32-bit reverse engineering tool
MIT License
13 stars 3 forks source link

Function data flow analysis #4

Open em-eight opened 1 year ago

em-eight commented 1 year ago

Iteratively call #3 until the data flow graph of a function reaches equilibrium

em-eight commented 1 year ago

The iterative function data flow has been implemented, but some improvements can be made from recursive analysis of called functions for better function argument & return value detection. This should not be mandatory for the purposes of https://github.com/em-eight/ppc2cpp/discussions/1