Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 900 Bytes

readme.md

File metadata and controls

17 lines (13 loc) · 900 Bytes

BNCallGraph

Yet another simple callgraph plugin for Binary Ninja. The plugin constructs and visualize a callgraph starting from the current function, using the FlowGraph APIs.

example

Commands

  • Compute callgraph: Compute and visualize a callgraph starting from the current function, following calls. The callgraph contains all the functions reachable starting from the current function.
  • Compute reversed callgraph: Compute and visualize a callgraph starting from the current function, following xrefs. The callgraph contains all the functions that reaches the current function.

Settings

  • Colorize Leaves: Mark nodes without outgoing edges in red.
  • Colorize Root: Mark current function in green.
  • Show Indirect Calls: Show indirect calls as undefined blocks in the callgraph.

Minumum Version

Tested on dev-1.2.1987 with python 3.6.9.