PeFileBase class

Implementers

Constructors

PeFileBase(Uint8List bytes)
PeFileBase.fromPath(String path)
factory

Properties

buffer Uint8List
no setter
dos_header → IMAGE_DOS_HEADER
no setter
exports List<Export>
no setter
hashCode int
The hash code for this object.
no setterinherited
header_data HeaderData
no setter
imports List<Import>
no setter
is64bit bool
no setter
nt_headers Struct
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sections List<Section>
no setter

Methods

dispose() → void
fileOffsetToRva(int file_offset) int
getSectionData(Section section) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rvaToFileOffset(int rva) int
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited