mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-02-20 18:27:04 +03:00
Finish major .text components in objects.csv
There's actually a chunk at the end of the section with static object constructors and exception handling code, which might need to be paired up with each component as well, but this covers the whole section otherwise.
This commit is contained in:
parent
aa4973217e
commit
ca748f4663
1 changed files with 11 additions and 7 deletions
18
objects.csv
18
objects.csv
|
|
@ -1,9 +1,13 @@
|
||||||
Object,.text,D3D,DSOUND,MMATRIX,XGRPH,XPP,.rdata,.data,DOLBY
|
Object,.text,D3D,DSOUND,MMATRIX,XGRPH,XPP,.rdata,.data,DOLBY
|
||||||
Core.o,0x00011000-0x00013FF0,,,,,,0x001C4390-0x001C44FF,0x00251D40-0x00251DAB (maybe),
|
Core.obj,0x00011000-0x00013FF0,,,,,,0x001C4390-0x001C44FF,0x00251D40-0x00251DAB (maybe),
|
||||||
Jet2.o,0x0006F9E0-0x0006FA6F,,,,,,,0x0022FCE0-0x0022FCE7,
|
Jet2.obj,0x0006F9E0-0x0006FA6F,,,,,,,0x0022FCE0-0x0022FCE7,
|
||||||
ADX (need to decompose),0x0013A570-0x0014555F,?,?,?,?,?,?,?,?
|
ADX (need to decompose),0x0013A570-0x0014555F,?,?,?,?,?,?,?,
|
||||||
XDK (need to decompose),0x00145560-0x0014B79F,?,?,?,?,?,?,?,?
|
XDK Core (need to decompose),0x00145560-0x0014B79F,?,?,?,?,?,?,?,
|
||||||
Smilebit libs (need to decompose),0x0014B7A0-0x0017BF3F,?,?,?,?,?,?,?-0x0022ED2B,?
|
Smilebit libs (need to decompose),0x0014B7A0-0x0017BF3F,?,?,?,?,?,?,?-0x0022ED2B,
|
||||||
C runtime,0x0017BF40-?,?,?,?,?,?,?,0x0022ED2C-?,?
|
C runtime,0x0017BF40-0x00182B80,?,?,?,?,?,?,0x0022ED2C-?,
|
||||||
MMatrix.o,,,,0x001BA8A0-0x001BBAAF,,,,0x00264BD8-0x00264C13,
|
Unknown MS math lib,0x00182B81-0x0018694F,?,?,?,?,?,?,?,
|
||||||
|
Another (tiny) Smilebit math lib,0x00186950-0x00186B7F,?,?,?,?,?,?,?,
|
||||||
|
Direct3D8 (need to decompose),,0x0018CB40-0x0019E334,?,?,?,?,?,?,
|
||||||
|
DirectSound8 (need to decompose),,0x0019E340-0x001BA89B,?,?,?,?,?,?,0x0027E080-0x00284E17
|
||||||
|
MMatrix.obj,,,,0x001BA8A0-0x001BBAAF,,,,0x00264BD8-0x00264C13,
|
||||||
Xgraphics (need to decompose),,,,,0x001BBAC0-0x001BC7BB,,,,
|
Xgraphics (need to decompose),,,,,0x001BBAC0-0x001BC7BB,,,,
|
||||||
|
|
|
||||||
|
Loading…
Add table
Add a link
Reference in a new issue