exceptions module

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

exception ExternalLinkException[source]

Bases: Exception

Exception raised when external library/location operations fail

exception ILException[source]

Bases: Exception

Exception raised when IL operations fail

exception ProjectException[source]

Bases: Exception

Exception raised when project operations fail

exception RelocationWriteException[source]

Bases: Exception

Exception raised when a relocation fails to apply