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 TypeClassDescriptionclass
Raised when the program encounters demo-version limitations.class
Runtime interruption exception.class
Reserved exception.class
This exception may be thrown when a functionality has yet to be implemented.class
Exception 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Top-level recoverable exception raised by JEB native decompiler components.class
IRevaluation
exception.class
The conversion to IR is illegal.class
IR construct error.class
Generic exception for native code to IR conversion problems.class
The conversion to IR is unsupported.class
Reserved 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 TypeClassDescriptionclass
class
class
-
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 TypeClassDescriptionclass
class
class
class
-
Uses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.debug
Subclasses of JebRuntimeException in com.pnfsoftware.jeb.core.units.code.debug