Uses of Class
com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
Packages that use JebRuntimeException
Package
Description
Custom exceptions generated by the back-end.
This package and sub-packages contain all types used by Android code analysis plugins.
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 TypeClassDescriptionclassRaised when the program encounters demo-version limitations.classRuntime interruption exception.classReserved exception.classThis exception may be thrown when a functionality has yet to be implemented.classException raised during unmangling.Methods in com.pnfsoftware.jeb.core.exceptions that return JebRuntimeException -
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 TypeClassDescriptionclassclassclass -
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 TypeClassDescriptionclassclassclassclass -
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.debug
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.debug