MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / Type

Method Type

internal/evasion/types.go:53–53  ·  view source on GitHub ↗

Type returns the type of the evasion technique.

()

Source from the content-addressed store, hash-verified

51 Eval(*event.Event) (bool, error)
52 // Type returns the type of the evasion technique.
53 Type() Type
54 // SetMask sets the type in the event evasions bitmask.
55 SetMask(*event.Event)
56}

Callers 1

ProcessEventMethod · 0.65

Implementers 2

indirectSyscallinternal/evasion/indirect_syscall.go
directSyscallinternal/evasion/direct_syscall.go

Calls

no outgoing calls

Tested by

no test coverage detected