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

Method IsPeSymbol

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

Source from the content-addressed store, hash-verified

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}
725func (f Field) IsPeVersionResource() bool {
726 return f == PeCompany || f == PeCopyright || f == PeDescription || f == PeFileName || f == PeFileVersion || f == PeProduct || f == PeProductVersion ||
727 f == PsPeCompany || f == PsPeCopyright || f == PsPeDescription || f == PsPeFileName || f == PsPeFileVersion || f == PsPeProduct || f == PsPeProductVersion

Callers 1

parserOptsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected