2020-06-15 14:18:57 +00:00
|
|
|
.include "o/libc/nt/ntdllimport.inc"
|
|
|
|
.ntimp NtCancelIoFileEx
|
2020-11-28 20:01:51 +00:00
|
|
|
|
|
|
|
.text.windows
|
|
|
|
NtCancelIoFileEx:
|
|
|
|
push %rbp
|
|
|
|
mov %rsp,%rbp
|
|
|
|
.profilable
|
|
|
|
mov __imp_NtCancelIoFileEx(%rip),%rax
|
|
|
|
jmp __sysv2nt
|
|
|
|
.endfn NtCancelIoFileEx,globl
|
|
|
|
.previous
|