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