Uses of Package
com.pnfsoftware.jeb.util.logging
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.
Types related to JEB code plugins, including 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 its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Common types used by
gendec
's optimizers.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.Types used access the logging system used by JEB.
-
-
-
-
-
-
-
-
ClassDescriptionA sink storing the logs in a list of strings.Definition of a logger and logging levels.An abstract output sink receiving the logs.A sink storing the logs in an output stream.