radareorg/radare2

Inverse register usage in function

Open

#13.642 geöffnet am 5. Apr. 2019

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (3.229 Forks)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

Repository-Metriken

Stars
 (23.826 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 16h 24m) (99 gemergte PRs in 30 T)

Beschreibung

The same way i did with dri for registers, we should be able to do the same for instructions in a function. like this:

eax: push, mov, lea
ebx: add, sub
ecx: inc, cmp
esp: push, pop
...

we can also want to get the inverse output of aeaf.. but this is probably something to go ini a separate isssue

Contributor Guide