mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
d4160bd88c
6 changed files with 123 additions and 136 deletions
|
@ -323,6 +323,7 @@ public class GraphClassesScript extends GhidraScript {
|
|||
.defaultVertexColor(WebColors.PURPLE)
|
||||
.defaultEdgeColor(WebColors.PURPLE)
|
||||
.defaultLayoutAlgorithm("Compact Hierarchical")
|
||||
.maxNodeCount(1000)
|
||||
.build();
|
||||
|
||||
display.setGraph(graph, graphOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue