Uses of Class
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
Packages that use JebRuntimeException
Package
Description
Public checked and unchecked exception types raised by JEB Core and its plugins.
This package and sub-packages contain all types used by Android code analysis plugins, including
dexdec, the dex decompiler.This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.Types relating to the disassembler engine.
Control-flow graph types specific to native code.
C simulator types, used to emulate AST statements.
Specific exception types that may be thrown by
gendec components.Types used to define and represent processors' instructions, operands, and registers.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec).Types used by debugger plugins.
-
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.exceptions
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.exceptionsModifier and TypeClassDescriptionclassRuntime exception raised when an operation is not available in the demo version of JEB.classRuntime exception raised when a long-running JEB operation is interrupted or cancelled.classReserved runtime exception for compatibility checks involving unsupported newer API methods.classRuntime exception raised to mark code paths whose implementation is still pending.classRuntime exception raised when a symbol name cannot be unmangled successfully.Methods in com.pnfsoftware.jeb.core.exceptions that return JebRuntimeExceptionModifier and TypeMethodDescriptionAssociate a unit with this exception and return the same exception instance. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.android
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.androidModifier and TypeClassDescriptionclassThis exception may be raised when an error is encountered when parsing a Dex file. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.android.ir
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.android.irModifier and TypeClassDescriptionclassA Dalvik-to-IR conversion exception. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.analyzer
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.analyzer -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.cfg
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.cfgModifier and TypeClassDescriptionclassThis exception is raised when a CFG failed verification. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.simulator
-
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions
Modifier and TypeClassDescriptionclassTop-level recoverable exception raised by JEB native decompiler components.classIRevaluationexception.classThe conversion to IR is illegal.classIR construct error.classGeneric exception for native code to IR conversion problems.classThe conversion to IR is unsupported.classReserved for IR to "other" conversion errors. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.processor
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.processorModifier and TypeClassDescriptionclassException raised when a register value cannot be read.classException raised when a register value cannot be written.classException raised when a processor cannot handle a recognized instruction encoding. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.type
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.asm.typeModifier and TypeClassDescriptionclassException raised when a type cannot be imported.classException raised when a type name is invalid.classBase runtime exception for native type errors.classException raised when defining or generating a type library fails. -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.debug
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.debug