cosmopolitan/libc/nt/ntdll/NtCreateSection.s

13 lines
227 B
ArmAsm
Raw Normal View History

2020-06-15 14:18:57 +00:00
.include "o/libc/nt/ntdllimport.inc"
.ntimp NtCreateSection
.text.windows
NtCreateSection:
push %rbp
mov %rsp,%rbp
.profilable
mov __imp_NtCreateSection(%rip),%rax
jmp __sysv2nt8
.endfn NtCreateSection,globl
.previous