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

Method IsLoadModuleInternal

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

Source from the content-addressed store, hash-verified

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 }
222func (e *Event) IsRegSetValue() bool { return e.Type == RegSetValue }

Callers 2

AddModuleMethod · 0.80
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected