Initial import
This commit is contained in:
12
libc/nt/ntdll/NtQueryInformationThread.s
Normal file
12
libc/nt/ntdll/NtQueryInformationThread.s
Normal file
@ -0,0 +1,12 @@
|
||||
.include "o/libc/nt/ntdllimport.inc"
|
||||
.ntimp NtQueryInformationThread
|
||||
|
||||
.text.windows
|
||||
NtQueryInformationThread:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_NtQueryInformationThread(%rip),%rax
|
||||
jmp __sysv2nt6
|
||||
.endfn NtQueryInformationThread,globl
|
||||
.previous
|
||||
Reference in New Issue
Block a user