radareorg/radare2

Inverse register usage in function

Open

#13 642 ouverte le 5 avr. 2019

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)C (3 229 forks)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

Métriques du dépôt

Stars
 (23 826 stars)
Métriques de merge PR
 (Merge moyen 16h 24m) (99 PRs mergées en 30 j)

Description

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

Guide contributeur