mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
We can now create a fresh Ghidra project, import the JSRF executable into it, import symbols into it, delink object files from it, and then decompile with objdiff. Just needs some documentation.
22 lines
No EOL
412 B
JSON
22 lines
No EOL
412 B
JSON
{
|
|
"custom_make": "NMAKE.EXE",
|
|
"watch_patterns": [
|
|
"*.cpp",
|
|
"*.hpp"
|
|
],
|
|
"units": [
|
|
{
|
|
"name": "Jet2",
|
|
"target_path": "target/Jet2.obj",
|
|
"base_path": "src/Jet2.obj",
|
|
"complete": true,
|
|
"metadata": {
|
|
"source_path": "src/Jet2.cpp"
|
|
},
|
|
"symbol_mappings": {
|
|
"_main_handler": "$L522",
|
|
"_main_handler_unwind1": "$L514"
|
|
}
|
|
}
|
|
]
|
|
} |