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

Method IsCreateFile

pkg/event/event_windows.go:206–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

204}
205
206func (e *Event) IsCreateFile() bool { return e.Type == CreateFile }
207func (e *Event) IsCreateProcess() bool { return e.Type == CreateProcess }
208func (e *Event) IsCreateProcessInternal() bool { return e.Type == CreateProcessInternal }
209func (e *Event) IsCreateThread() bool { return e.Type == CreateThread }

Callers 3

IsCreateDispositionMethod · 0.95
IsOpenDispositionMethod · 0.95
EvalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected