Documentation
¶
Overview ¶
Package syscalltable provides pre-computed syscall numbers Auto-generated by go-direct-syscall DumpAllSyscalls function WARNING: These syscall numbers are specific to Windows 10 Pro OS Version:10.0.19045
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SyscallTable = map[string]uint16{}/* 471 elements not displayed */
SyscallTable contains pre-computed syscall numbers for Windows NT functions Key: Function name, Value: Syscall number (SSN)
Functions ¶
func GetAllSyscalls ¶
GetAllSyscalls returns a copy of the complete syscall table
func GetSyscallCount ¶
func GetSyscallCount() int
GetSyscallCount returns the total number of syscalls in the table
func GetSyscallNumber ¶
GetSyscallNumber returns the syscall number for a given function name Returns 0 if the function is not found in the table
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.