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

Method IsTerminateThread

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

Source from the content-addressed store, hash-verified

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 }
219func (e *Event) IsLoadModuleInternal() bool { return e.Type == LoadModuleInternal }

Callers 3

pushMethod · 0.80
testCallstackEnrichmentFunction · 0.80
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by 1

testCallstackEnrichmentFunction · 0.64