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

Method IsLoadModule

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

Source from the content-addressed store, hash-verified

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 }
220func (e *Event) IsModuleRundown() bool { return e.Type == ModuleRundown }
221func (e *Event) IsFileOpEnd() bool { return e.Type == FileOpEnd }

Callers 9

TestScanFunction · 0.95
GetMethod · 0.80
IsFieldAccessibleMethod · 0.80
GetMethod · 0.80
ProcessEventMethod · 0.80
processCallstackMethod · 0.80
TestEventSourceAllEventsFunction · 0.80
testCallstackEnrichmentFunction · 0.80
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestScanFunction · 0.76
TestEventSourceAllEventsFunction · 0.64
testCallstackEnrichmentFunction · 0.64