exceptions module

Class

Description

binaryninja.exceptions.ExternalLinkException

Exception raised when external library/location operations fail

binaryninja.exceptions.ILException

Exception raised when IL operations fail

binaryninja.exceptions.ProjectException

Exception raised when project operations fail

binaryninja.exceptions.RelocationWriteException

Exception raised when a relocation fails to apply

ExternalLinkException

classExternalLinkException[source]

Bases:Exception

Exception raised when external library/location operations fail

ILException

classILException[source]

Bases:Exception

Exception raised when IL operations fail

ProjectException

classProjectException[source]

Bases:Exception

Exception raised when project operations fail

RelocationWriteException

classRelocationWriteException[source]

Bases:Exception

Exception raised when a relocation fails to apply