radareorg/radare2

RFE: Graph navigation keys

开放

#13,403 创建于 2019年3月17日

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

仓库指标

星标
 (23,826 个星标)
PR 合并指标
 (平均合并 16小时 24分钟) (30 天内合并 99 个 PR)

描述

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

贡献者指南