1
0
mirror of https://github.com/rbmm/SC synced 2026-06-08 17:03:41 +00:00
Files
rbmm-SC/ModKdc/x64.asm
T
rbmm 5d262174b1 ++
2025-02-02 01:53:40 +02:00

15 lines
241 B
NASM

.code
; void __cdecl OnApc(unsigned long,unsigned long,void *)
extern ?OnApc@@YAXKKPEAX@Z : PROC
; void epASM()
?epASM@@YAXXZ proc
jmp ?OnApc@@YAXKKPEAX@Z
?epASM@@YAXXZ endp
include <..\scentry\nobase.x64.inc>
include <imp.x64.asm>
end