radareorg/radare2

Inverse register usage in function

オープン

#13,642 opened on 2019/04/05

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)C (3,229 件のフォーク)batch import
FEEDBACK WANTEDenhancementgood first issuezignatures

Repository metrics

Stars
 (23,826 個のスター)
PR merge metrics
 (平均マージ 16h 24m) (30d で 99 merged PRs)

説明

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

コントリビューターガイド