mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Add objdiff setup
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."
This commit is contained in:
parent
10b3c8c273
commit
7e1785e466
12 changed files with 151 additions and 27 deletions
22
objdiff/objdiff.json
Normal file
22
objdiff/objdiff.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue