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

Method IsPeVersionResource

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

Source from the content-addressed store, hash-verified

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
728}
729func (f Field) IsPeVersionResources() bool { return f == PeResources || f == PsPeResources }
730func (f Field) IsPeImphash() bool { return f == PeImphash || f == PsPeImphash }
731func (f Field) IsPeDotnet() bool { return f == PeIsDotnet || f == PsPeIsDotnet }

Callers 1

parserOptsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected