mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): update 3.3.5a profile
This commit is contained in:
parent
9053d61b6b
commit
e1bab2b375
186 changed files with 1204 additions and 43942 deletions
42
profile/3.3.5a-windows-386/symbol/console/func.sym
Normal file
42
profile/3.3.5a-windows-386/symbol/console/func.sym
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
SetInputString 00763730 f end=007637CD ; UC
|
||||
ReserveInputSpace 007637D0 f end=0076382B
|
||||
ResetHighlight 00763830 f end=00763855
|
||||
UpdateHighlight 00763860 f end=00763996
|
||||
OnMouseUp 007639A0 f end=007639CF
|
||||
OnMouseMove 007639D0 f end=00763A54
|
||||
MakeCommandCurrent 00763A60 f end=00763AAA
|
||||
ConsoleCommandHistoryPrev 00763B40 f end=00763B83 ; UC
|
||||
ConsoleCommandHistoryNext 00763B90 f end=00763BD6 ; UC
|
||||
OnKeyUp 00763BE0 f end=00763C0A
|
||||
ConsolePostClose 00763C50 f end=00763C5D
|
||||
EventCloseCallback 00763D60 f end=00763D71
|
||||
DrawBackground 00763DF0 f end=00764039
|
||||
DrawHighLight 00764040 f end=00764196
|
||||
DrawCaret 007641A0 f end=007643EA
|
||||
PaintBackground 007643F0 f end=00764413
|
||||
GetInputLine 00764520 f end=007645D3
|
||||
PaintText 007645E0 f end=00764788
|
||||
PasteInInputLine 00764800 f end=00764985
|
||||
OnChar 00764990 f end=00764A03
|
||||
OnMouseDown 00764A10 f end=00764B88
|
||||
OnKeyDownRepeat 00764B90 f end=00764E4F
|
||||
ConsoleWrite 00765270 f end=00765359
|
||||
ConsoleWriteA 007653B0 f end=00765400
|
||||
ConsoleCommandExecute 007658A0 f end=007659BF
|
||||
OnIdle 007659C0 f end=00765AE5
|
||||
OnKeyDown 00765AF0 f end=00765FB2
|
||||
RegisterHandlers 00765FF0 f end=007660C2
|
||||
ConsoleScreenInitialize 00766140 f end=00766295
|
||||
CVarLoadFile 00766530 f end=007665C2
|
||||
CVar__Set 007668C0 f end=00766936
|
||||
CVarSaveFile 00767100 f end=0076719C
|
||||
CVar__Destroy 007673F0 f end=00767434
|
||||
CVar__Register 00767FC0 f end=007681E9
|
||||
CVar__Initialize 00768340 f end=00768402
|
||||
ConsoleCommand_Quit 00768410 f end=0076841B
|
||||
ConsoleCommandHistory 00768440 f end=0076845B
|
||||
ConsoleCommandUnregister 007689E0 f end=00768A19
|
||||
ConsoleCommandRegister 00769100 f end=007691B3
|
||||
ConsoleAccessGetEnabled 00769230 f end=00769236
|
||||
ConsoleDeviceInitialize 0076AB80 f end=0076B287
|
||||
ConsoleCommandHistoryDepth 0095BFB0 f end=0095BFB6
|
||||
35
profile/3.3.5a-windows-386/symbol/console/label.sym
Normal file
35
profile/3.3.5a-windows-386/symbol/console/label.sym
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
g_commandHistory 00ca3a28 l ; char[10394]
|
||||
g_commandHistoryIndex 00caba28 l ; uint32
|
||||
g_consoleCommandHash 00caba30 l ; TSHashTable<CONSOLECOMMAND, HASHKEY_CONSTSTRI>
|
||||
g_defaultCommand 00caba2c l ; command function pointer
|
||||
s_active 007649af l ; int32 as boolean
|
||||
s_baseTextFlags 00adbae4 l ; uint32
|
||||
s_batch 00ca1874 l ; CGxStringBatch*
|
||||
s_caret 00ca1694 l ; int32
|
||||
s_caretpixwidth 00ca1718 l
|
||||
s_caretpixheight 00ca1690 l
|
||||
s_charSpacing 00ca19a8 l ; float
|
||||
s_completedCmd 00ca1984 l ; int32
|
||||
s_completionMode 00ca1980 l
|
||||
s_consoleAccessEnabled 00cabcc4 l ; int32 as boolean
|
||||
s_consoleHeight 00ca19b0 l ; float
|
||||
s_consoleHotKey 00adbac4 l ; KEY
|
||||
s_consoleResizeState 00ca1990 l ; CONSOLERESIZESTATE
|
||||
s_currlineptr 00ca1720 l ; CONSOLELINE*
|
||||
s_fontHeight 00adbacc l ; float
|
||||
s_fontName 00ca1768 l ; char[260]
|
||||
s_highlightState 00ca1994 l ; HIGHLIGHTSTATE
|
||||
s_highlightLeftCharIndex 00ca19a0 l ; uint32
|
||||
s_highlightRightCharIndex 00ca19a4 l ; uint32
|
||||
s_historyIndex 00adbac8 l ; int32
|
||||
s_hRect 00adbad4 l ; RECTF
|
||||
s_inputString 00ca171c l ; CGxString*
|
||||
s_layerBackground 00ca1724 l ; HLAYER
|
||||
s_layerText 00ca1870 l ; HLAYER
|
||||
s_partial 00ca1878 l ; char[100]
|
||||
s_rect 00adbab4 l ; RECTF
|
||||
s_repeatCount 00ca186c l ; uint32
|
||||
s_repeatBuffer 00ca1728 l ; char[64]
|
||||
carettime 00ca19f0 l ; float
|
||||
s_NumLines 00ca197c l ; int32
|
||||
s_textFont 00ca198c l ; HTEXTFONT
|
||||
Loading…
Add table
Add a link
Reference in a new issue