mirror of
https://github.com/bitdefender/bddisasm.git
synced 2025-01-08 22:30:55 +00:00
13 lines
152 B
NASM
13 lines
152 B
NASM
|
|
||
|
bits 64
|
||
|
|
||
|
nop
|
||
|
lea rax, [rel new_stack]
|
||
|
dec rax
|
||
|
xchg rsp, rax
|
||
|
int3
|
||
|
|
||
|
align 8
|
||
|
|
||
|
new_stack:
|
||
|
resq 64
|