mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 10:17:03 +03:00
Arrange decompilation source/target in directories
This commit is contained in:
parent
21c3864bb7
commit
1c8eb137ee
11 changed files with 9 additions and 9 deletions
|
|
@ -51,7 +51,7 @@ delink() {
|
|||
# $2: Ghidra project path
|
||||
# $3: Ghidra project name
|
||||
# $4: Whitespace-separated address ranges to include in object
|
||||
# $5: Output path (inside /target)
|
||||
# $5: Output path (inside decompile/target/)
|
||||
# Call the right script depending on whether we're on Windows
|
||||
# (this seems like the most reliable method I can find for POSIX sh)
|
||||
if [ -n "$WINDIR" ]; then suffix=.bat
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Object,Delink?,.text,.text$x,D3D,DSOUND,MMATRIX,XGRPH,XPP,.rdata,.rdata$x,.data,DOLBY
|
||||
Core.obj,false,0x00011000-0x00013FF0,0x00186BA0-0x00186C1F,,,,,,0x001C4390-0x001C44FF,0x001E4D20-0x001E4DAB,0x00251D40-0x00251DAB,
|
||||
Jet2.obj,true,0x0006F9E0-0x0006FA6F,0x00187710-0x00187724,,,,,,,0x001E620C-0x001E622F,0x0022FCE0-0x0022FCE7,
|
||||
JSRF/Core.obj,false,0x00011000-0x00013FF0,0x00186BA0-0x00186C1F,,,,,,0x001C4390-0x001C44FF,0x001E4D20-0x001E4DAB,0x00251D40-0x00251DAB,
|
||||
JSRF/Jet2.obj,true,0x0006F9E0-0x0006FA6F,0x00187710-0x00187724,,,,,,,0x001E620C-0x001E622F,0x0022FCE0-0x0022FCE7,
|
||||
ADX (need to decompose),false,0x0013A570-0x0014555F,?,,,,,,?,?,?,
|
||||
XDK Core (need to decompose),false,0x00145560-0x0014B79F,?,,,,,,?,?,?,
|
||||
Smilebit libs (need to decompose),false,0x0014B7A0-0x0017BF3F,?,,,,,,?,?,?-0x0022ED2B,
|
||||
|
|
|
|||
|
Loading…
Add table
Add a link
Reference in a new issue