Documentation ¶
Index ¶
- Constants
- func DetectByPid(pid int32) bool
- func DetectProcesses(processes []*process.Process) bool
- func DetectSingleProcess(p *process.Process) bool
- func LoadProcess(pids []int32) ([]*process.Process, error)
- type PidHandleMap
- type ProcessExt
- type SYSTEM_HANDLE_INFORMATION
- type SYSTEM_HANDLE_INFORMATION_EX
- type SYSTEM_HANDLE_TABLE_ENTRY_INFO
- type SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX
Constants ¶
View Source
const ( SystemHandleInformation = 16 STATUS_INFO_LENGTH_MISMATCH = 0xc0000004 )
Variables ¶
This section is empty.
Functions ¶
func DetectByPid ¶
func DetectProcesses ¶
func DetectSingleProcess ¶
Types ¶
type PidHandleMap ¶
type ProcessExt ¶
type SYSTEM_HANDLE_INFORMATION ¶
type SYSTEM_HANDLE_INFORMATION struct { NumberOfHandles uint32 HandleList [1]SYSTEM_HANDLE_TABLE_ENTRY_INFO }
type SYSTEM_HANDLE_INFORMATION_EX ¶
type SYSTEM_HANDLE_INFORMATION_EX struct { NumberOfHandles uint64 Reserved uint64 Handles []SYSTEM_HANDLE_TABLE_ENTRY_INFO_EX }
Click to show internal directories.
Click to hide internal directories.