mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-05-23 01:47:20 +03:00
Fixes for delinking
Fixes delink failures in Action.obj and ActSequence.obj. Some missing data types have been added to each corresponding header file, and entries have been added to the symbol table to fix errors from undefined types. The mangling script has also been amended to handle method pointers as they're currently imported into Ghidra (which are missing the calling convention, and likely behind a typedef).
This commit is contained in:
parent
f50945266c
commit
20fecdd5fb
6 changed files with 74 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh -eu
|
||||
# Merges all header files in the decompilation into a C header file called
|
||||
# Merges all header files in the decompilation into a C header file called
|
||||
# jsrf.h for importing into Ghidra
|
||||
|
||||
# Create output file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue