Header menu logo B2R2

PEBinFile Type

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

Type something to start searching.