| 720 | |
| 721 | func (f Field) IsPeSection() bool { return f == PeNumSections || f == PsPeNumSections } |
| 722 | func (f Field) IsPeSymbol() bool { |
| 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 |