mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Created the concept of graph types and display options for those graph types.
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user