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

Method IsUnloadModule

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

Source from the content-addressed store, hash-verified

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

Callers 3

ProcessEventMethod · 0.80
syncModulesMethod · 0.80
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected