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

Method IsTerminateProcess

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

Source from the content-addressed store, hash-verified

213func (e *Event) IsDeleteFile() bool { return e.Type == DeleteFile }
214func (e *Event) IsEnumDirectory() bool { return e.Type == EnumDirectory }
215func (e *Event) IsTerminateProcess() bool { return e.Type == TerminateProcess }
216func (e *Event) IsTerminateThread() bool { return e.Type == TerminateThread }
217func (e *Event) IsUnloadModule() bool { return e.Type == UnloadModule }
218func (e *Event) IsLoadModule() bool { return e.Type == LoadModule }

Callers 8

ProcessEventMethod · 0.80
expireMethod · 0.80
TestSequenceExpireFunction · 0.80
ProcessEventMethod · 0.80
ProcessEventMethod · 0.80
TestEventSourceAllEventsFunction · 0.80
ProcessEventMethod · 0.80
processEventMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestSequenceExpireFunction · 0.64
TestEventSourceAllEventsFunction · 0.64