mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
Include headless demangling in delink.sh
This means we get delinked objects with proper mangled names matching our recompiled files.
This commit is contained in:
parent
55046bf009
commit
53b0e82417
2 changed files with 32 additions and 4 deletions
|
|
@ -65,8 +65,11 @@ delink() {
|
|||
export MSYS_NO_PATHCONV=1
|
||||
|
||||
"$1/support/analyzeHeadless$suffix" "$2" "$3"\
|
||||
-readOnly\
|
||||
-process default.xbe\
|
||||
-noanalysis\
|
||||
-scriptPath ghidra_scripts\
|
||||
-preScript MSVC7Mangle.java $4\
|
||||
-postScript DelinkProgram.java\
|
||||
/exporter 'COFF relocatable object'\
|
||||
$(printf "/include-range %s " $4)\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue