radareorg/radare2

Inverse register usage in function

Aperta

#13.642 aperta il 5 apr 2019

 (6 commenti) (0 reazioni) (0 assegnatari)C (3229 fork)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

Metriche repository

Star
 (23.826 stelle)
Metriche merge PR
 (Merge medio 16h 24m) (99 PR mergiate in 30 g)

Descrizione

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

Guida contributor