UFunctionHooks — 27 PEHOOK handlers + Initialize

This commit is contained in:
ApfelTeeSaft
2026-05-05 14:13:41 +02:00
parent f27024a5e0
commit 240dba4a89
9 changed files with 1252 additions and 51 deletions
+2 -2
View File
@@ -766,7 +766,7 @@ SDK_FindClass PROC
test eax, eax
jnz @@scan_loop
; Exact match reload object ptr
; Exact match - reload object ptr
mov rax, QWORD PTR [rbx]
lea rcx, [rsi - 1]
imul rcx, rcx, 24
@@ -798,7 +798,7 @@ ProcessEvent_Call PROC
mov rax, QWORD PTR [ProcessEvent]
test rax, rax
jz @@done
call rax ; ProcessEvent(obj, fn, params) rcx/rdx/r8 already set
call rax ; ProcessEvent(obj, fn, params) - rcx/rdx/r8 already set
@@done:
add rsp, 40