Skip to content

[QUESTION] What is purpose of the assembly code _SyscallNtCreateFile in Syscalls.asm #130

@funte

Description

@funte

SyscallNtCreateFile proc

_SyscallNtCreateFile PROC
	mov		eax, -1
	ret
_SyscallNtCreateFile ENDP

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions