Uses of Package
com.pnfsoftware.jeb.core.properties

Package
Description
Types and interfaces used to build JEB clients and interact with the client-side parts of a JEB instance.
Core back-end APIs used to bootstrap JEB, manage engines contexts and projects, and describe plugins, artifacts, and related metadata.
Public data-access abstractions used by JEB engines to access file stores, persisted project data, and related runtime data sources.
Public concrete implementations of the core.dao abstractions, including in-memory and filesystem-backed stores as well as JDB2 readers and writers.
Event, notification, and event-source types used by the JEB back-end and exposed to clients and plugins.
Common document, item, and presentation abstractions used by units to expose text, table, tree, and related visual outputs.
Basic implementations of the public table-document interfaces.
Basic implementations of the public text-document interfaces.
Basic implementations of the public tree-document interfaces.
Public property and configuration abstractions, including configuration storage, property definitions, property types, and property managers.
Public concrete implementations and utilities for the core.properties abstractions.
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 and sub-packages contain types used by the native code analysis pipeline, including gendec (the generic decompiler).
C AST types, used in AST documents provided by the source units generated by gendec.
Types used to manipulate dexdec-generated (Dex decompiler) Java Abstract Syntax Tree (AST) objects.
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
Standard implementations of basic units objects.