mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(symbol): add more symbols
This commit is contained in:
parent
0683e31289
commit
856c8a4b07
7 changed files with 4053 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
EventCreateContextEx 0047d080 f
|
EventCreateContextEx 0047d080 f
|
||||||
EventDoMessageLoop 0047f2d0 f
|
EventDoMessageLoop 0047f2d0 f
|
||||||
EventPostCloseEx 0047d290 f
|
EventPostCloseEx 0047d290 f
|
||||||
|
EventRegister 0x47d770 f
|
||||||
EventRegisterEx 0047d3c0 f
|
EventRegisterEx 0047d3c0 f
|
||||||
|
EventSetMouseMode 0x47d690 f
|
||||||
EventUnregister 0047d790 f
|
EventUnregister 0047d790 f
|
||||||
IEvtSchedulerProcess 0047f230 f
|
IEvtSchedulerProcess 0047f230 f
|
||||||
|
|
|
||||||
|
|
@ -11,3 +11,7 @@ GxuFontDestroyString 006bdfc0 f
|
||||||
GxuFontGetMaxCharsWithinWidth 006bcea0 f
|
GxuFontGetMaxCharsWithinWidth 006bcea0 f
|
||||||
GxuFontGetTextExtent 006bce60 f
|
GxuFontGetTextExtent 006bce60 f
|
||||||
GxuFontSetStringPosition 006bd0a0 f
|
GxuFontSetStringPosition 006bd0a0 f
|
||||||
|
CGxDevice__MasterEnableSet 00685eb0 f
|
||||||
|
CGxDevice__IRsForceUpdate 006859e0 f
|
||||||
|
CGxDeviceOpenGl__CGxDeviceOpenGl 0068bbc0 f
|
||||||
|
CGxDeviceD3d__CGxDeviceD3d 0068fd50 f
|
||||||
|
|
|
||||||
|
|
@ -1 +1,6 @@
|
||||||
g_theGxDevicePtr 00c5df88 l
|
g_theGxDevicePtr 00c5df88 l
|
||||||
|
CGxDevice__vtable 00a2ddc0 l
|
||||||
|
CGxDevice__s_shadowConstants 00c5dfe0 l
|
||||||
|
CGxDeviceOpenGl__vtable 00a2e198 l
|
||||||
|
CGxDeviceD3d__vtable 00a2e718 l
|
||||||
|
CGxDeviceD3d9Ex__vtable 00a2f500 l
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
1
3.3.5a/symbol/os/func.sym
Normal file
1
3.3.5a/symbol/os/func.sym
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
OsSystemEnableCpuLog 0086b0c0 f
|
||||||
2008
3.3.5a/symbol/script/func.sym
Normal file
2008
3.3.5a/symbol/script/func.sym
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,7 @@
|
||||||
SCmdProcess 00773890 f
|
SCmdProcess 00773890 f
|
||||||
SCmdProcessCommandLine 00773990 f
|
SCmdProcessCommandLine 00773990 f
|
||||||
SCmdRegisterArgList 00773590 f
|
SCmdRegisterArgList 00773590 f
|
||||||
|
SErrCatchUnhandledExceptions 00772b20 f
|
||||||
SErrDisplayAppFatal 005eeb70 f
|
SErrDisplayAppFatal 005eeb70 f
|
||||||
SErrRegisterHandler 00771b80 f
|
SErrRegisterHandler 00771b80 f
|
||||||
SErrSetLogTitleCallback 00771900 f
|
SErrSetLogTitleCallback 00771900 f
|
||||||
|
|
@ -17,4 +18,9 @@ SStrLen 0076ee30 f
|
||||||
SStrPrintf 0076f070 f
|
SStrPrintf 0076f070 f
|
||||||
SStrTokenize 0076f1e0 f
|
SStrTokenize 0076f1e0 f
|
||||||
SEvent__Set 00774720 f
|
SEvent__Set 00774720 f
|
||||||
SEvent__Reset 00774730 f
|
SEvent__Reset 00774730 f
|
||||||
|
StormInitialize 007739e0 f
|
||||||
|
TSList__LinkNode 004f71a0 f
|
||||||
|
SCritSect__Enter 00774640 f
|
||||||
|
SCritSect__Leave 00774650 f
|
||||||
|
SCritSect__SCritSect 00774620 f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue