Skip to content

Using Function Graph plugin #6371

Answered by dragonmacher
treydur asked this question in Q&A
Discussion options

You must be logged in to vote

Creating a script to use our Graph APIs is the easiest way to create and render a graph in Ghidra. The UI provided for scripting is more general and not as feature rich as the more specialized Function Graph.

If you only need display, then the method you are using is probably a good one. If you really want the features of the Function Graph, but would also like to change how the blocks are generated, then the more invasive changing of the source code is what you would need to do.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by treydur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6369 on April 01, 2024 15:35.