mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 02:07:02 +03:00
This is intended more as a proof of concept as we figure things out than the start of an actual decompilation in this repository. Target object files are currently "bring your own."
22 lines
No EOL
402 B
JSON
22 lines
No EOL
402 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": {
|
|
"FUN_00187710": "$L514",
|
|
"FUN_0018771b": "$L522"
|
|
}
|
|
}
|
|
]
|
|
} |