mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Fixed RecoverClass test failures caused by leaving graph flag on.
This commit is contained in:
parent
ef8ebf8eaa
commit
4b714c312b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
|
|||
// multiple parents = red vertex
|
||||
// edge between child and parent is orange if child inherits the parent virtually
|
||||
// edge between child and parent is lime green if child inherits the parent non-virtually
|
||||
private static final boolean GRAPH_CLASS_HIERARCHIES = true;
|
||||
private static final boolean GRAPH_CLASS_HIERARCHIES = false;
|
||||
|
||||
// show shortened class template names in class structure field names
|
||||
private static final boolean USE_SHORT_TEMPLATE_NAMES_IN_STRUCTURE_FIELDS = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue