mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(binana): no special include directories now, you must pass GHIDRA or IDA as a definition into your preprocessor
This commit is contained in:
parent
de5bdadc78
commit
1042d9fa22
60 changed files with 3132 additions and 589 deletions
|
|
@ -26,9 +26,9 @@ IEvtQueueCheckSyncMouseState 004804C0 f end=004804E6
|
|||
IEvtQueueDestroy 004804B0 f end=004804BA
|
||||
IEvtQueueDispatch 00480AD0 f end=00480BCB
|
||||
IEvtQueueDispatchAll 00480BD0 f end=00480D28
|
||||
IEvtQueueRegister 004804F0 f end=004805F4
|
||||
IEvtQueueRegister 004804F0 f end=004805F4 type="void __cdecl func(EvtContext* context, EVENTID id, void* handler, void* param, float priority)"
|
||||
IEvtQueueUnregister 00480D30 f end=00480DD1
|
||||
IEvtQueuePost 004806A0 f end=0048071F
|
||||
IEvtQueuePost 004806A0 f end=0048071F type="int32_t __cdecl func(EvtContext* context, EVENTID id, void *data, size_t bytes)"
|
||||
IEvtSchedulerCreateContext 0047F5C0 f end=0047F6B9
|
||||
IEvtSchedulerInitialize 0047F2F0 f end=0047F5BA
|
||||
IEvtSchedulerDestroy 0047DEA0 f end=0047E117
|
||||
|
|
@ -46,4 +46,5 @@ PropGet 0047CC20 f end=0047CC41
|
|||
InitializeSchedulerThread 0047E910 f end=0047EA69
|
||||
SynthesizeIdle 0047DBC0 f end=0047DC14
|
||||
SynthesizePaint 0047DC50 f end=0047DC8D
|
||||
SynthesizePoll 0047DC20 f end=0047DC50
|
||||
SynthesizePoll 0047DC20 f end=0047DC50
|
||||
AttachContextToThread 0047EC10 f
|
||||
|
|
@ -1 +1,3 @@
|
|||
s_mainThread 00b417c8 l
|
||||
s_mainThread 00b417c8 l type="uint32_t"
|
||||
s_messageRecycler 00B41850 l type="CDataRecycler"
|
||||
s_interactiveCount 00B417D0 l type="int32_t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue