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

Method IsVirtualAlloc

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

Source from the content-addressed store, hash-verified

225func (e *Event) IsProcessRundown() bool { return e.Type == ProcessRundown }
226func (e *Event) IsProcessRundownInternal() bool { return e.Type == ProcessRundownInternal }
227func (e *Event) IsVirtualAlloc() bool { return e.Type == VirtualAlloc }
228func (e *Event) IsMapViewFile() bool { return e.Type == MapViewFile }
229func (e *Event) IsUnmapViewFile() bool { return e.Type == UnmapViewFile }
230func (e *Event) IsStackWalk() bool { return e.Type == StackWalk }

Callers 2

TestScanFunction · 0.95
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestScanFunction · 0.76