Header menu logo B2R2

PythonBinFile Type

Represents a Python binary file.

Constructors

Constructor Description

PythonBinFile(path, bytes, baseAddrOpt)

Full Usage: PythonBinFile(path, bytes, baseAddrOpt)

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

Returns: PythonBinFile
path : string
bytes : byte[]
baseAddrOpt : uint64 option
Returns: PythonBinFile

Instance members

Instance member Description

this.CodeObj

Full Usage: this.CodeObj

Returns: PyObject

Code Object.

Returns: PyObject

this.Consts

Full Usage: this.Consts

Returns: (AddrRange * PyObject[]) array

Consts.

Returns: (AddrRange * PyObject[]) array

this.Magic

Full Usage: this.Magic

Returns: uint32

Python magic

Returns: uint32

this.Names

Full Usage: this.Names

Returns: (AddrRange * PyObject[]) array

Names.

Returns: (AddrRange * PyObject[]) array

this.Operator

Full Usage: this.Operator

Returns: obj[]

Operator.

Returns: obj[]

this.Varnames

Full Usage: this.Varnames

Returns: (AddrRange * PyObject[]) array

Varnames.

Returns: (AddrRange * PyObject[]) array

Type something to start searching.