Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
type
directSyscall
struct
{}
37
38
func
NewDirectSyscall() Evasion {
39
return
&directSyscall{}
40
}
41
42
func
(d *directSyscall) Eval(e *event.Event) (bool, error) {
43
if
e.Callstack.IsEmpty() {
Callers
2
NewScanner
Function · 0.85
TestDirectSyscall
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestDirectSyscall
Function · 0.68