PyDA
PyDA copied to clipboard
Identify Prologues/Epilogues for Other Archs
Currently, x86 is the only arch with identified function prologues/epilogues. Edit asmfeatures.py appropriately.
To follow up on this, an issue we have is when you have code flow outside of a push ebp ... ret statement. For example, code is considered parentless if it jumps beyond the ret at the "end" of the function.
Agreed. Should no longer be an issue once we have code/data marking working appropriately. Another sub-tasking of recursive traversal.