mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): add more work related to console
This commit is contained in:
parent
08b49c5197
commit
e95eb3354d
49 changed files with 9188 additions and 245 deletions
|
|
@ -1,10 +1,5 @@
|
|||
OsCloseFile 00461B00 f end=00461B09
|
||||
OsReadFile 00461B50 f end=00461B88
|
||||
OsGetFileSize 00461BD0 f end=00461BF4
|
||||
OsSetCurrentDirectory 00461DB0 f end=00461DD7
|
||||
OsCreateFile 00461FA0 f end=00461FFA
|
||||
OsInputDestroy 00869760 f end=008697D3
|
||||
OsInputInitialize 00869720 f end=00869757 ; actually called by IEvtInputInitialize, but this is optimized out
|
||||
OsInputInitialize 00869720 f end=00869757
|
||||
OsInputGet 00869E00 f end=0086A01A
|
||||
OsInputGetMousePosition 0086A0D0 f end=0086A130
|
||||
OsInputSetMousePosition 0086A130 f end=0086A194
|
||||
|
|
@ -14,7 +9,7 @@ CenterMouse 00869DB0 f end=00869DF6
|
|||
RestoreMouse 008695B0 f end=008695FB
|
||||
OsGetAsyncTimeMs 0086AE20 f end=0086AE2B
|
||||
OsSystemEnableCpuLog 0086B0C0 f end=0086B0CB
|
||||
OsGetProcessorCount 0086B240 f end=0086B27D
|
||||
OsGetProcessorCount 0086B240 f end=0086B27D
|
||||
OsGetExeName 0086BBD0 f end=0086BC2F
|
||||
OsPathGetRootChars 0086BC30 f end=0086BC9E
|
||||
OsPathStripFilename 0086BE50 f end=0086BE9B
|
||||
|
|
@ -23,7 +18,10 @@ OsGuiGetWindow 0086C6A0 f end=0086C6CE
|
|||
OsGetDefaultWindowRect 0086A1A0 f end=0086A20C
|
||||
OsIMEInitialize 0086D0A0 f end=0086D0B8
|
||||
OsIMEDestroy 0086D0C0 f end=0086D0Df
|
||||
InternalClipboardPutString 008727E0 f end=008728B8
|
||||
InternalClipboardGetString 008726F0 f end=008727BB
|
||||
OsClipboardPutString 008722A0 f end=008722BF
|
||||
OsClipboardGetString 00872280 f end=00872297
|
||||
OsCallSetContext 0086F5A0 f end=0086F5EA
|
||||
OsCallInitializeContext 0086F880 f end=0086F902
|
||||
OsCallInitialize 0086F760 f end=0086F875
|
||||
Loading…
Add table
Add a link
Reference in a new issue