PyDA icon indicating copy to clipboard operation
PyDA copied to clipboard

Recursive Descent Algorithm

Open jchristman opened this issue 11 years ago • 1 comments

Implement a recursive descent disassembly instead of a flat sweep to improve the accuracy and brevity of disassembled data.

jchristman avatar May 05 '14 14:05 jchristman

Subtaskings:

  1. While traversing, find jump destinations and mark them as "Locations". These may be inside functions but should still have renamability in the same way as functions/strings.
  2. After traversing, parse again to find missed functions and mark them as code.

direwolf314 avatar May 05 '14 15:05 direwolf314