binaryninja.lineardisassembly.LinearDisassemblyPosition

class LinearDisassemblyPosition(func, block, addr)[source]

class LinearDisassemblyPosition is a helper object containing the position of the current Linear Disassembly.

Note

This object should not be instantiated directly. Rather call get_linear_disassembly_position_at() which instantiates this object.

__init__(func, block, addr)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__(func, block, addr) x.__init__(…) initializes x; see help(type(x)) for signature