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 合併指標
 (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

貢獻者指南