direwolf314

Results 28 issues of direwolf314

Give the ability to search by bytes, opcodes, text, immediate, comment, etc.

enhancement
prio:low

CsInsn is basically the common format we already wanted. It also includes a ton of information about the instruction: 1. Operand types a. Register - needed for stack tracking -...

enhancement
prio:high

Highlight matching occurrences of a given item. For example, if a local var is selected, highlight all occurrences within the scope of the current function. If an address/global var is...

enhancement
prio:low

Should jump to the associated address/function on double click/enter and keep a queue of jumps allowing 'Esc' to return to where we were. Needs to be done: - 'Location' stack...

enhancement
prio:high

Some future ideas that are far enough on the horizon to all be grouped here for now: *\* delete instructions with no xrefs *\* for each "call loc_1234", mark 1234...

enhancement
prio:low

Could operate in a couple different ways: 1. The plugin maintains a list of 'known vulnerable functions'. It then scans the binary and makes a list of any calls to...

enhancement
prio:low

Create a way to identify variables within assembly. This will depend on architecture and calling convention: As a rough example on x86: 1. Local - $rsp relative 2. Arguments -...

enhancement
prio:low

Requires a designation that the current operand is an immediate value.

enhancement
prio:low

Right now the elf/pe parsers are doing the actual disassembly work... that's silly. Fix it.

enhancement
prio:low

CommonFunctionFormat is especially bad. Extremely memory consumptive for no reason, etc. This goes hand-in-hand with #47 .

enhancement
prio:normal