radareorg/radare2

Inverse register usage in function

开放

#13,642 创建于 2019年4月5日

 (6 条评论) (0 个反应) (0 位负责人)C (3,229 个派生)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

仓库指标

星标
 (23,826 个星标)
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

贡献者指南