radareorg/radare2

RFE: Graph navigation keys

オープン

#13,403 opened on 2019/03/17

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

Repository metrics

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

説明

There are some things that will be interesting to have in the interactive graph view:

  • Scroll/seek to the first block (entry)
  • Iterate over all the blocks that have no out edges (end/exit nodes)
  • Iterate over all the blocks that have a jump back out edge (loops)
  • Iterate over all nodes that have more than 2 out-edges (jump tables)

We can probably show that in a list in the left side of the screen with "points of interest" for the current graph

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