Header menu logo B2R2

PEBinFile Type

This class represents a PE binary file.

Constructors

Constructor Description

PEBinFile(path, bytes, rawpdb)

Full Usage: PEBinFile(path, bytes, rawpdb)

Parameters:
    path : string
    bytes : byte[]
    rawpdb : byte[]

Returns: PEBinFile
path : string
bytes : byte[]
rawpdb : byte[]
Returns: PEBinFile

PEBinFile(path, bytes)

Full Usage: PEBinFile(path, bytes)

Parameters:
    path : string
    bytes : byte[]

Returns: PEBinFile
path : string
bytes : byte[]
Returns: PEBinFile

PEBinFile(path, bytes, baseAddrOpt, rawpdb)

Full Usage: PEBinFile(path, bytes, baseAddrOpt, rawpdb)

Parameters:
    path : string
    bytes : byte[]
    baseAddrOpt : uint64 option
    rawpdb : byte[]

Returns: PEBinFile
path : string
bytes : byte[]
baseAddrOpt : uint64 option
rawpdb : byte[]
Returns: PEBinFile

Instance members

Instance member Description

this.PE

Full Usage: this.PE

Returns: PE
Returns: PE

this.RawPDB

Full Usage: this.RawPDB

Returns: byte[]
Returns: byte[]

Type something to start searching.