mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 15:27:56 +08:00
GP-5422 fix RTTIAnalyzer replace tick after just removed issue
This commit is contained in:
+4
@@ -164,6 +164,10 @@ public class RttiUtil {
|
||||
name = name.replace("'", "").replace("`", "");
|
||||
try {
|
||||
symbol.setName(name, symbol.getSource());
|
||||
|
||||
//do this in case the mangled name is currently primary which will cause demangler
|
||||
//to replace the ticks again once demangled since demangler only demangles primary
|
||||
symbol.setPrimary();
|
||||
return true;
|
||||
}
|
||||
catch (DuplicateNameException e) {
|
||||
|
||||
Reference in New Issue
Block a user