mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-11-15 20:08:55 +00:00
9 lines
340 B
NASM
9 lines
340 B
NASM
|
bits 64
|
||
|
|
||
|
xacquire lock add qword [gs:r15 + r14 * 8 + 0x7FFFFFFF], 0xBDBDBDBD
|
||
|
db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
|
||
|
|
||
|
; This is invalid, as its more than 15 bytes long.
|
||
|
db 0x66
|
||
|
xacquire lock add qword [gs:r15 + r14 * 8 + 0x7FFFFFFF], 0xBDBDBDBD
|
||
|
db 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90
|