radareorg/radare2

RFE: Graph navigation keys

Open

#13.403 geöffnet am 17. März 2019

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (3.229 Forks)batch import
FEEDBACK WANTEDRGraphenhancementgood first issuevisual

Repository-Metriken

Stars
 (23.826 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 16h 24m) (99 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide