int3.errors

Library exception hierarchy.

exception int3.errors.Int3ArgumentError

Exception type for invalid arguments.

exception int3.errors.Int3CodeGenerationError

Exception type for code generation errors.

exception int3.errors.Int3CompilationError

Exception type for IR compilation errors.

exception int3.errors.Int3ContextError

Exception type for invalid use of context managers.

exception int3.errors.Int3Error

Base exception type for int3 library errors.

exception int3.errors.Int3InsufficientWidthError

Exception type for arguments that can’t be represented with given constraints.

exception int3.errors.Int3MissingEntityError

Exception type for missing entities.

exception int3.errors.Int3ProgramDefinitionError

Exception type for program definition errors.

exception int3.errors.Int3SatError

Exception type for satisfiability errors.

exception int3.errors.Int3TypeCoercionError

Exception type for type coercion errors and failures.

exception int3.errors.Int3UnsuitableCodeMutation

Exception type for when code mutations should not / cannot be applied.

exception int3.errors.Int3UnsupportedFormatError

Exception type for formats not supported in some functionality.

exception int3.errors.Int3UnsupportedSyscall

Except type for an unsupported syscall in a given context.

exception int3.errors.Int3WrappedCapstoneError

A thin wrapper around CsError.

exception int3.errors.Int3WrappedKeystoneError

A thin wrapper around KsError.