mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Defend against spurious references during mangling
Ghidra sometimes identifies random numbers as pointers, which trips up our mangler script when it encounters them as they generally have no type information. We now use heuristics to ignore such references.
This commit is contained in:
parent
022582003d
commit
ccd2cd37a5
2 changed files with 37 additions and 26 deletions
|
|
@ -44,4 +44,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue