mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1947 updated class recovery script to handle shifted pointers.
This commit is contained in:
parent
d0a8291e93
commit
ba7b5a2dd3
2 changed files with 54 additions and 7 deletions
|
@ -208,6 +208,9 @@ public class RecoverClassesFromRTTIScript extends GhidraScript {
|
|||
return;
|
||||
}
|
||||
|
||||
//run fixup old elf relocations script
|
||||
runScript("FixElfExternalOffsetDataRelocationScript.java");
|
||||
|
||||
hasDebugSymbols = isDwarfLoadedInProgram();
|
||||
if (hasDwarf() && !hasDebugSymbols) {
|
||||
println(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue