mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
feat(profile): new funcs name
This commit is contained in:
parent
a36752d3a0
commit
4d3b274ec1
19 changed files with 69 additions and 1 deletions
|
|
@ -46,3 +46,4 @@ ClientServices__SetSelectedRealmInfo 006B2CF0 f end=006B2DED
|
|||
ClientServices__SelectRealm 006B2DF0 f end=006B2E2C
|
||||
ClientServices__GetRealmInfoByIndex 006B2EB0 f end=006B2F12
|
||||
ClientServices__JoinRealmResult 006B3070 f end=006B318F
|
||||
ClientServices__Destroy 006B1BB0 f end=006B1C6B
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
CVar__Set 00766940 f end=00766982
|
||||
CVar__SaveAll 007670E0 f end=007670FE
|
||||
CVGxColorBitsCallback 00769240 f end=007692CF type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxDepthBitsCallback 007692D0 f end=0076935F type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
CVGxTripleBufferCallback 00769360 f end=007693AB type="bool __stdcall func(CVar* h, char* oldValue, char* newValue, void* arg)"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ SFile__SetFilePointer 00421BB0 f end=00421C98
|
|||
SFile__Unload 00421CA0 f end=00421CB8
|
||||
_SFileLoadFileEx 00421FF0 f end=00422031
|
||||
_SFileUnloadFile 00422090 f end=004220A9
|
||||
_SFileCloseArchive 00421FA0 f end=00421FB9
|
||||
_SFileOpenArchive 00422040 f end=00422081
|
||||
SFile__SetStreamingStatus 004220B0 f end=004220F1
|
||||
SFile__InitializeStreaming 00422100 f end=00422125
|
||||
SFile__IsStreamingMode 00422130 f end=00422139
|
||||
|
|
|
|||
|
|
@ -86,6 +86,18 @@ CGGameUI__SetRepopTimeLeft 00513A30 f end=00513A55
|
|||
CGGameUI__CanResetInstance 005194E0 f end=005195B4
|
||||
CGGameUI__SetLastInstanceTime 005195C0 f end=00519631
|
||||
CGGameUI__UnlockAllItems 00520E40 f end=00520F69
|
||||
CGGameUI__SequenceMusicIsPlaying 005124D0 f end=005124D6
|
||||
CGGameUI__OnMouseModeRelative 00512D60 f end=00512DB4
|
||||
CGGameUI__OnMouseModeNormal 00512DC0 f end=00512E1E
|
||||
CGGameUI__ShowSpellMissFeedback 00513410 f end=00513478
|
||||
CGGameUI__MirrorTimerToIndex 00513E40 f end=00513E96
|
||||
CGGameUI__SetCursorMoney 005208F0 f end=0052095B
|
||||
CGGameUI__SetCursorMacro 00520BE0 f end=00520C57
|
||||
CGGameUI__SetCorpseLocation 00523DB0 f end=00523E7D
|
||||
CGGameUI__NextCinematic 005249C0 f end=00524A23
|
||||
CGGameUI__SaveSavedVariables 00527130 f end=0052735C
|
||||
DisableFadingScreen 005ED080 f end=005ED116
|
||||
EnableFadingScreen 005ED480 f end=005ED587
|
||||
UpdateModelForUI 00618110 f end=00618176
|
||||
GetPhysicalDamageClassMask 006337B0 f end=006337BE
|
||||
LoadAccountData 006B9050 f end=006B90D7
|
||||
|
|
|
|||
|
|
@ -44,3 +44,7 @@ CGGameUI__m_uiLastInstanceTime 00BD0884 l
|
|||
CGGameUI__m_iMapID 00BD0888 l
|
||||
CGGameUI__m_iCurrentMapID 00BD088C l
|
||||
CGGameUI__m_bOwnsInstance 00BD0890 l
|
||||
CGGameUI__m_corpseTransportGUID 00BD0830 l
|
||||
CGGameUI__m_cursorMacro 00BD07E8 l
|
||||
g_spellMissStrings 00ADBFAC l
|
||||
s_physicalDamageClassID 00AD2F90 l
|
||||
|
|
|
|||
|
|
@ -65,5 +65,9 @@ CGlueMgr__PatchFailed 004E5420 f end=004E54C8
|
|||
CGlueMgr__PatchDownloadIdle 004E54D0 f end=004E5722
|
||||
CGlueMgr__ScanDLLFinished 004E5940 f end=004E59B1
|
||||
CGlueMgr__AreScriptFunctionsLoaded 004D7880 f end=004D7886
|
||||
CGlueMgr__ProcessAgreements 004D8650 f end=004D8857
|
||||
CGlueMgr__CustomizeCharacter 004D8E10 f end=004D8F1C
|
||||
CGlueMgr__PatchDownloadExecutePrepatch 004E5070 f end=004E51BB
|
||||
CGlueMgr__PatchDownloadApply 004E5730 f end=004E585D
|
||||
SystemRegisterFunctions 0060A120 f end=0060A143
|
||||
SystemUnregisterFunctions 0060A150 f end=0060A16C
|
||||
|
|
|
|||
|
|
@ -21,4 +21,5 @@ CGlueMgr__m_numChangedOptionWarnings 00B6AF9C l
|
|||
CGlueMgr__m_showedDisconnect 00B6AFA0 l
|
||||
CGlueMgr__m_surveyDownload 00B6B250 l
|
||||
CGlueMgr__m_patchDownload 00B6B25C l
|
||||
CGlueMgr__s_scriptFunctionsLoaded 00B6AF79 l
|
||||
CGlueMgr__s_scriptFunctionsLoaded 00B6AF79 l
|
||||
CGlueMgr__m_deleteLocalPatch 00B6B260 l
|
||||
|
|
|
|||
1
profile/3.3.5a-windows-386/symbol/login/func.sym
Normal file
1
profile/3.3.5a-windows-386/symbol/login/func.sym
Normal file
|
|
@ -0,0 +1 @@
|
|||
Login__GetFileStatus 00465550 f end=00465600
|
||||
1
profile/3.3.5a-windows-386/symbol/loginresponse/func.sym
Normal file
1
profile/3.3.5a-windows-386/symbol/loginresponse/func.sym
Normal file
|
|
@ -0,0 +1 @@
|
|||
LoginResponse__UpdateLoginStatus 00465480 f end=0046551A
|
||||
|
|
@ -1 +1,7 @@
|
|||
RealmConnection__SetSelectedRealm 00464490 f end=004644B2
|
||||
RealmConnection__HandleConnect 00464350 f end=0046438B
|
||||
RealmConnection__HandleDisconnect 00464390 f end=004643C9
|
||||
RealmConnection__HandleCantConnect 004643D0 f end=00464409
|
||||
RealmConnection__HandleAuthResponse 00464640 f end=00464728
|
||||
RealmConnection__HandleAuthChallenge 00464830 f end=00464A40
|
||||
RealmConnection__MessageHandler 00464F50 f end=004650B1
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ CSimpleFontString__SetText 00483910 f end=00483A3D type="void __thiscall func(CS
|
|||
CSimpleFontString__constructor 00485240 f end=0048536F
|
||||
CSimpleFontString__UpdateString 00486B20 f end=00486E2A
|
||||
CSimpleFontString_SetFormattedText 0048D800 f end=0048D88B type="int32_t __stdcall func(lua_State* L)"
|
||||
CSimpleFontString__SetJustificationOffset 00483C40 f end=00483CC8
|
||||
|
|
|
|||
|
|
@ -1,2 +1,14 @@
|
|||
CGUIBindings__IsModifiedClick 0055F940 f end=0055FAC8
|
||||
CGUIBindings__ExecKey 00563150 f end=00563476
|
||||
CGUIBindings__AddMetaPrefix 0055D990 f end=0055DAA8
|
||||
CGUIBindings__MouseEventToString 0055E340 f end=0055E46D
|
||||
CGUIBindings__GetCommandKey 0055E750 f end=0055E7DE
|
||||
CGUIBindings__SaveBindings 0055F1B0 f end=0055F398
|
||||
CGUIBindings__Initialize 005620F0 f end=00562135
|
||||
CGUIBindings__CopyBindings 00562B80 f end=00562D5E
|
||||
CGUIBindings__FinishLoadBindings 00562D60 f end=00562DC7
|
||||
CGUIBindings__Bind 00562ED0 f end=00563142
|
||||
CGUIBindings__LoadBindings 005641C0 f end=0056430D
|
||||
CGUIBindings__LoadBindingsCallback 00564310 f end=005643A5
|
||||
CGUIBindings__LoadBindings 005643B0 f end=0056446A
|
||||
CGUIBindings__LoadBinding 00564470 f end=00564754
|
||||
|
|
|
|||
1
profile/3.3.5a-windows-386/symbol/uibindings/label.sym
Normal file
1
profile/3.3.5a-windows-386/symbol/uibindings/label.sym
Normal file
|
|
@ -0,0 +1 @@
|
|||
CGUIBindings__s_bindings 00BEADD8 l
|
||||
2
profile/3.3.5a-windows-386/symbol/wdatastore/func.sym
Normal file
2
profile/3.3.5a-windows-386/symbol/wdatastore/func.sym
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
WDataStore__StaticInitialize 00466050 f end=00466131
|
||||
WDataStore__FreeBuffer 00466230 f end=004662AF
|
||||
|
|
@ -13,3 +13,5 @@ World__SetDetailDoodadDensity 00780710 f end=0078072F
|
|||
World__SetDetailDoodadDist 00780730 f end=00780761
|
||||
World__ObjectIsDrawable 0077FCD0 f end=0077FD07
|
||||
World__ObjectDestroy 007826E0 f end=00782732
|
||||
World__ValidateFarClip 00780770 f end=007807F8
|
||||
|
||||
|
|
|
|||
|
|
@ -30,3 +30,5 @@ CGWorldFrame__OnWorldUpdate 004FA5F0 f end=004FABC5
|
|||
CGWorldFrame__constructor 004FABD0 f end=004FAF5E
|
||||
CGWorldFrame__RenderWorld 004FAF90 f end=004FB079
|
||||
CGWorldFrame__OnFrameRender 004FB080 f end=004FB0AD
|
||||
CGWorldFrame__OnMouseModeNormal 004F5D20 f end=004F5D28
|
||||
CGWorldFrame__OnMouseModeRelative 004F5D30 f end=004F5D7F
|
||||
|
|
|
|||
|
|
@ -1,2 +1,13 @@
|
|||
CWorldParam__GroundEffectDensityCallback 0078DAB0 f end=0078DB0B
|
||||
CWorldParam__GroundEffectDistCallback 0078DB10 f end=0078DB8A
|
||||
CWorldParam__WorldPoolUsageCallback 0078DA10 f end=0078DA4E
|
||||
CWorldParam__TerrainAlphaBitDepthCallback 0078DA50 f end=0078DAAA
|
||||
CWorldParam__ObjectFadeCallback 0078DB90 f end=0078DBD8
|
||||
CWorldParam__ObjectFadeZFillCallback 0078DBE0 f end=0078DC28
|
||||
CWorldParam__ProjectedTexturesCallback 0078DCF0 f end=0078DD32
|
||||
CWorldParam__BaseMipCallback 0078DF00 f end=0078DF90
|
||||
CWorldParam__BspCacheCallback 0078DF90 f end=0078E067
|
||||
CWorldParam__HWPCFCallback 0078E070 f end=0078E105
|
||||
CWorldParam__GxTextureCacheSizeCallback 0078E110 f end=0078E196
|
||||
CWorldParam__Initialize 0078E400 f end=0078E94A
|
||||
CWorldParam__CloudLODCallback 007F1CD0 f end=007F1D2D
|
||||
|
|
|
|||
|
|
@ -24,3 +24,6 @@ WowConnection__StartConnect 00468BA0 f end=00468D00 ; WowConnection::StartConnec
|
|||
WowConnection__Connect 00468D20 f end=00468D8B ; WowConnection::Connect(char const*, unsigned short, int)
|
||||
WowConnection__InitOsNet 00468D90 f end=00468E4F ; WowConnection::InitOsNet(bool (*)(NETADDR const*), void (*)(), int, bool)
|
||||
WowConnection__Connect 00468E50 f end=00468ED5 ; WowConnection::Connect(char const*, int)
|
||||
WowConnection__DestroyOsNet 00466B90 f end=00466BE6
|
||||
WowConnection__Stop 00469080 f end=0046915A
|
||||
WowConnection__Start 00469320 f end=00469419
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
XMLNode__GetAttributeByName 00814730 f end=00814793
|
||||
XMLNode__Recycle 00814CE0 f end=00814D53
|
||||
XMLTree__Free 00814D60 f end=00814D87
|
||||
XMLNode__GetChildByName 008146F0 f end=0081472A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue