From 2bb89b42ff22df85a57ea46935ee7bf5270d4fec Mon Sep 17 00:00:00 2001 From: jonschz Date: Tue, 30 Jul 2024 13:26:30 +0200 Subject: [PATCH] minor stylistic improvement --- tools/ghidra_scripts/lego_util/type_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ghidra_scripts/lego_util/type_importer.py b/tools/ghidra_scripts/lego_util/type_importer.py index ecc4e96e..1f4a077e 100644 --- a/tools/ghidra_scripts/lego_util/type_importer.py +++ b/tools/ghidra_scripts/lego_util/type_importer.py @@ -214,7 +214,7 @@ def _import_class_or_struct( class_size: int = type_in_pdb["size"] class_name_with_namespace: str = sanitize_name(type_in_pdb["name"]) if slim_for_vbase: - class_name_with_namespace += "::_vbase_slim" + class_name_with_namespace += "_vbase_slim" if class_name_with_namespace in self.handled_structs: logger.debug(