Uses of Package
com.pnfsoftware.jeb.core.exceptions
Packages that use com.pnfsoftware.jeb.core.exceptions
Package
Description
This package and its sub-packages contain types and interfaces used to build JEB clients and interact with client-specific sides of a JEB instance.
Facility code to provide implementors of JEB clients a way to offer scripting supports to JEB
users.
Types related to telemetry information that can be generated by JEB clients.
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Custom exceptions generated by the back-end.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
This package and sub-packages contain all types used by Android code analysis plugins.
Types to access and interact with the
Android Debug Bridge
(adb).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.
Types for library code signatures (siglib) generation and identification.
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.
Standard implementations of debugger related interfaces.
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.client
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.client.script
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.client.telemetry
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.exceptionsClassDescriptionBase class for JEB checked exceptions.Base class for JEB runtime (unchecked) exceptions.
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.output.text
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.output.text.impl
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.android
-
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.android.irClassDescriptionBase class for JEB checked exceptions.Base class for JEB runtime (unchecked) exceptions.
-
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.asm.cfg
-
-
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.asm.processorClassDescriptionBase class for JEB checked exceptions.Base class for JEB runtime (unchecked) exceptions.
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.asm.sigClassDescriptionBase class for JEB checked exceptions.A feature is not implemented.
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.asm.typeClassDescriptionBase class for JEB checked exceptions.Base class for JEB runtime (unchecked) exceptions.
-
Classes in com.pnfsoftware.jeb.core.exceptions used by com.pnfsoftware.jeb.core.units.code.debug
-