First hook

This commit is contained in:
√(noham)²
2026-05-07 15:12:05 +02:00
commit 86f8dbe99a
13 changed files with 693 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
.data
extern PA : qword
.code
RunASM proc
jmp qword ptr [PA]
RunASM endp
end