Uses of Class
com.pnfsoftware.jeb.core.AbstractPlugin

Packages that use AbstractPlugin
Package
Description
The core package and sub-packages define classes and interfaces to interact with and develop JEB back-end plugins.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers, decompilers, and debuggers.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred to as dexdec) Intermediate Representation (IR) objects.
This package and sub-packages contains types used by the native code analysis pipeline, including gendec (the generic decompiler).
This package and its sub-packages contain the types used to access gendec, JEB's generic decompiler.
Types specific to gendec's AST optimizers.
Types specific to gendec's IR optimizers.
Common types used by gendec's optimizers.
Types used to manipulate dexdec-generated (Dex decompiler) Java Abstract Syntax Tree (AST) objects.