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

Method IsPeSection

pkg/filter/fields/fields_windows.go:721–721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

719func (f Field) IsThreadpoolField() bool { return strings.HasPrefix(string(f), "threadpool.") }
720
721func (f Field) IsPeSection() bool { return f == PeNumSections || f == PsPeNumSections }
722func (f Field) IsPeSymbol() bool {
723 return f == PeSymbols || f == PeNumSymbols || f == PeImports || f == PsPeSymbols || f == PsPeNumSymbols || f == PsPeImports
724}

Callers 1

parserOptsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected