Uses of Package
com.pnfsoftware.jeb.util.base

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.
The core package and sub-packages define classes and interfaces to interact with and develop JEB back-end plugins.
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.
Control flow graph classes used by the Android components, including dexdec.
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.
This package and its sub-packages contain the types used to access gendec, JEB's generic decompiler.
Types used to create and access gendec's IR (Intermediate Representation).
Native code items, including code items and data items.
Types for "code-less" signatures.
Classes and interfaces to access and define native types and related objects, used by JEB's native code analysis pipeline (including gendec).
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
Basic utility types, used by other utility code.
Collections, such as segments, custom maps/sets/lists, etc.
Types related to concurrency, synchronization, and external code execution.
Utility code for network operations.
JEB's custom serialization facility (PNF-ORPD).