mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
15 lines
260 B
NASM
15 lines
260 B
NASM
.code
|
|
|
|
; void __cdecl ep(struct _PEB *,unsigned char *,unsigned long)
|
|
extern ?ep@@YAXPEAU_PEB@@PEAEK@Z : PROC
|
|
|
|
; void epASM()
|
|
?epASM@@YAXXZ proc
|
|
jmp ?ep@@YAXPEAU_PEB@@PEAEK@Z
|
|
?epASM@@YAXXZ endp
|
|
|
|
include <..\scentry\nobase.x64.inc>
|
|
|
|
include <imp.x64.asm>
|
|
|
|
end |