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

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