JSRF-Decompilation/decompile/objdiff.json
2025-12-31 11:14:07 -05:00

39 lines
No EOL
977 B
JSON

{
"custom_make": "NMAKE.EXE",
"watch_patterns": [
"*.cpp",
"*.hpp"
],
"units": [
{
"name": "JSRF/Jet2",
"target_path": "target/JSRF/Jet2.obj",
"base_path": "src/JSRF/Jet2.obj",
"metadata": {
"complete": true,
"source_path": "src/JSRF/Jet2.cpp"
},
"symbol_mappings": {
"[.rdata-0]": "[.xdata$x-0]",
"_main_funcinfo": "$T737",
"_main_handler": "$L741",
"_main_handler_unwind1": "$L733",
"_main_unwindmap": "$T743"
}
},
{
"name": "JSRF/Core",
"target_path": "target/JSRF/Core.obj",
"base_path": "src/JSRF/Core.obj",
"metadata": {
"complete": false,
"source_path": "src/JSRF/Core.cpp"
},
"symbol_mappings": {
"GameObj::`scalar_deleting_destructor'": "??_GGameObj@@UAEPAXI@Z",
"GameObj::`vftable'": "??_7GameObj@@6B@",
"GameObj::~GameObj": "??1GameObj@@UAE@XZ"
}
}
]
}