mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
15 lines
241 B
NASM
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 |