radareorg/radare2

Inverse register usage in function

Open

#13,642 建立於 2019年4月5日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)C (3,229 fork)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

倉庫指標

Star
 (23,826 star)
PR 合併指標
 (平均合併 16小時 24分鐘) (30 天內合併 99 個 PR)

描述

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

貢獻者指南