mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GT-3481 - Gnu Demangler - Checkpoint 2 - Most docs and tests done;
analyzer test remains
This commit is contained in:
parent
b774ecb2d6
commit
b4ce3012d7
55 changed files with 854 additions and 1283 deletions
|
@ -94,7 +94,7 @@ public class MicrosoftDemanglerScript extends GhidraScript {
|
|||
}
|
||||
|
||||
private void demangle(String mangled) throws Exception {
|
||||
DemangledObject demangled = demangler.demangle(mangled, true);
|
||||
DemangledObject demangled = demangler.demangle(mangled);
|
||||
printf("magled %s\ndemangled %s", mangled, demangled);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue