GP-1 Minor fix Rust demangling of function symbol

This commit is contained in:
ghidra1
2025-12-04 11:01:11 -05:00
parent 6679f039de
commit 6ce7fa2c91

View File

@@ -131,6 +131,7 @@ public class RustDemanglerAnalyzer extends AbstractDemanglerAnalyzer {
if (demangled instanceof DemangledFunction defunc) {
defunc.applyTo(mangledContext.getProgram(), mangledContext.getAddress(),
mangledContext.getOptions(), monitor);
return;
}
}
catch (Exception e) {