mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-1720 Moved creation of class thiscalls to after removal of non-constructors to remove the small number of incorrect thiscalls created by the RecoverClassesFromRTTI script.
This commit is contained in:
parent
c3c20d9e0f
commit
66c8333230
5 changed files with 94 additions and 80 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