Documentation
¶
Overview ¶
Package exec provides the utilities to analyze the executable code
Index ¶
Constants ¶
View Source
const ( ProcessEventCreated = ProcessEventType(iota) ProcessEventTerminated )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfo ¶
type FileInfo struct {
Service svc.Attrs
CmdExePath string
ProExeLinkPath string
ELF *elf.File
Pid int32
Ppid int32
Ino uint64
Ns uint32
}
func (*FileInfo) ExecutableName ¶
type ProcessEvent ¶
type ProcessEvent struct {
File *FileInfo
Type ProcessEventType
}
type ProcessEventType ¶
type ProcessEventType int
Click to show internal directories.
Click to hide internal directories.