Errors#

exception cle.errors.CLEError[source]#

Bases: Exception

Base class for errors raised by CLE.

exception cle.errors.CLEUnknownFormatError[source]#

Bases: CLEError

Error raised when CLE encounters an unknown executable file format.

exception cle.errors.CLEFileNotFoundError[source]#

Bases: CLEError

Error raised when a file does not exist.

exception cle.errors.CLEInvalidBinaryError[source]#

Bases: CLEError

Error raised when an executable file is invalid or corrupted.

exception cle.errors.CLEOperationError[source]#

Bases: CLEError

Error raised when a problem is encountered in the process of loading an executable.

exception cle.errors.CLECompatibilityError[source]#

Bases: CLEError

Error raised when loading an executable that is not currently supported by CLE.

exception cle.errors.CLEMemoryError[source]#

Bases: CLEError

Error raised when performing memory operations on unmapped addresses