PeFile32 class

Inheritance

Constructors

PeFile32(Uint8List data)

Properties

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

Methods

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

Operators

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