direwolf314
direwolf314
Boom. Done. Single bytes and Strings are identified too.
Subtasking: Give the user the ability to search for instruction sequences. Could be really helpful for patching away anti-disassembly tricks. Like the one featured here: http://jgeralnik.github.io/writeups/2014/06/12/rarara/
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...
Agreed. Should no longer be an issue once we have code/data marking working appropriately. Another sub-tasking of recursive traversal.