mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Created the concept of graph types and display options for those graph types.
This commit is contained in:
parent
cf293853e8
commit
210cc0bca0
84 changed files with 4102 additions and 1822 deletions
|
@ -107,7 +107,7 @@ public class GraphClassesScript extends GhidraScript {
|
|||
*/
|
||||
private AttributedGraph createGraph() throws Exception {
|
||||
|
||||
AttributedGraph g = new AttributedGraph();
|
||||
AttributedGraph g = new AttributedGraph("Test Graph", new EmptyGraphType());
|
||||
|
||||
for (Structure classStructure : classStructures) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue