radareorg/radare2

Inverse register usage in function

Open

#13.642 aberto em 5 de abr. de 2019

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)C (3.229 forks)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

Métricas do repositório

Stars
 (23.826 stars)
Métricas de merge de PR
 (Mesclagem média 16h 24m) (99 fundiu PRs em 30d)

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

Guia do colaborador