Skip to content

borzacchiello/bncallgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.
  • 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.

About

Binary Ninja Plugin for Generating Callgraphs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages