radareorg/radare2

RFE: Graph navigation keys

Open

#13.403 aberto em 17 de mar. de 2019

Ver no GitHub
 (6 comments) (0 reactions) (1 assignee)C (3.229 forks)batch import
FEEDBACK WANTEDRGraphenhancementgood first issuevisual

Métricas do repositório

Stars
 (23.826 stars)
Métricas de merge de PR
 (Mesclagem média 16h 24m) (99 fundiu PRs em 30d)

Description

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

Guia do colaborador