mirror of
https://github.com/momo5502/drm-analysis.git
synced 2025-06-07 15:47:50 -05:00
11 lines
128 B
NASM
11 lines
128 B
NASM
.code
|
|
|
|
InlineNtQueryInformationProcess PROC
|
|
mov r10, rcx
|
|
mov eax, 19h
|
|
syscall
|
|
ret
|
|
InlineNtQueryInformationProcess ENDP
|
|
|
|
end
|