Replies: 1 comment 1 reply
-
The Function Graph creates vertices in the
There are various block model types in Ghidra that all extends There is no service to use the code listed above, but you can just copy and manipulate that code as needed to create code blocks using the block model in the same way. You don't need any of the actual graph code such as the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed that the number and starting addresses of basic blocks returned by ghidra.program.model.pcode.PcodeSyntaxTree.getBasicBlocks() sometimes differ from those displayed in the "Display Function Graph" window. I believe that the basic blocks shown in the "Display Function Graph" are more accurate. Is there an API available that can help me retrieve these basic blocks or the graph representation of the function?
Beta Was this translation helpful? Give feedback.
All reactions