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:
ghidra007 2022-03-16 14:17:14 +00:00
parent c3c20d9e0f
commit 66c8333230
5 changed files with 94 additions and 80 deletions

View file

@ -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,