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¶

class ExternalLinkException[source]¶

Bases: Exception

Exception raised when external library/location operations fail

ILException¶

class ILException[source]¶

Bases: Exception

Exception raised when IL operations fail

ProjectException¶

class ProjectException[source]¶

Bases: Exception

Exception raised when project operations fail

RelocationWriteException¶

class RelocationWriteException[source]¶

Bases: Exception

Exception raised when a relocation fails to apply