| 723 | return f == PeSymbols || f == PeNumSymbols || f == PeImports || f == PsPeSymbols || f == PsPeNumSymbols || f == PsPeImports |
| 724 | } |
| 725 | func (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 | } |
| 729 | func (f Field) IsPeVersionResources() bool { return f == PeResources || f == PsPeResources } |
| 730 | func (f Field) IsPeImphash() bool { return f == PeImphash || f == PsPeImphash } |
| 731 | func (f Field) IsPeDotnet() bool { return f == PeIsDotnet || f == PsPeIsDotnet } |