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

贡献者指南