Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + var BufferSelectorERPCMonitorKey = Uint32MapItem(1) — linux/amd64 + var BufferSelectorSyscallMonitorKey = ZeroUint32MapItem — linux/amd64 + var ZeroUint32MapItem = BytesMapItem([]byte{ ... }) — linux/amd64 + var ZeroUint64MapItem = BytesMapItem([]byte{ ... }) — linux/amd64 + var ZeroUint8MapItem = BytesMapItem([]byte{ ... }) — linux/amd64 + func NewDefaultOptions() manager.Options — linux/amd64 + func NewRuntimeSecurityManager() *manager.Manager — linux/amd64 + type BytesMapItem []byte — linux/amd64 + func (i BytesMapItem) MarshalBinary() ([]byte, error) + type StringMapItem struct — linux/amd64 + func NewStringMapItem(str string, size int) *StringMapItem + func (i *StringMapItem) MarshalBinary() ([]byte, error) + type Uint16MapItem uint16 — linux/amd64 + func (i Uint16MapItem) MarshalBinary() ([]byte, error) + type Uint32MapItem uint32 — linux/amd64 + func (i Uint32MapItem) MarshalBinary() ([]byte, error) + type Uint64MapItem uint64 — linux/amd64 + func (i Uint64MapItem) MarshalBinary() ([]byte, error) + type Uint8MapItem uint8 — linux/amd64 + func (i Uint8MapItem) MarshalBinary() ([]byte, error)