mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-13 02:48:59 +00:00
8 lines
146 B
NASM
8 lines
146 B
NASM
|
|
bits 64
|
|
|
|
lea rbp, [rel _xxx]
|
|
mov eax, dword [rbp - 4 + 0x100]
|
|
mov eax, dword [rbp - 3 + 0x100]
|
|
retn
|
|
_xxx: |