Skip to content

Binary Ninja Plugin for Generating Callgraphs

Notifications You must be signed in to change notification settings

mrphrazer/bncallgraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Minumum Version

Tested on dev-1.2.1987 with python 3.6.9.

About

Binary Ninja Plugin for Generating Callgraphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%