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

Function NewDirectSyscall

internal/evasion/direct_syscall.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36type directSyscall struct{}
37
38func NewDirectSyscall() Evasion {
39 return &directSyscall{}
40}
41
42func (d *directSyscall) Eval(e *event.Event) (bool, error) {
43 if e.Callstack.IsEmpty() {

Callers 2

NewScannerFunction · 0.85
TestDirectSyscallFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestDirectSyscallFunction · 0.68