Uses of Class
com.pnfsoftware.jeb.core.events.JebEventSource
Packages that use JebEventSource
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.
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
Standard implementations of basic units objects.
-
Uses of JebEventSource in com.pnfsoftware.jeb.core
Subclasses of JebEventSource in com.pnfsoftware.jeb.core -
Uses of JebEventSource in com.pnfsoftware.jeb.core.units
Subclasses of JebEventSource in com.pnfsoftware.jeb.core.unitsModifier and TypeClassDescriptionclass
This extension class provides basic implementations for methods specific to binary units.class
Skeleton of an interactive binary unit.class
Skeleton of an interactive unit.class
Skeleton implementation for anIUnit
.class
The fallback unit created if all parsers have failed at identifying some input data. -
Uses of JebEventSource in com.pnfsoftware.jeb.core.units.code
Subclasses of JebEventSource in com.pnfsoftware.jeb.core.units.code -
Uses of JebEventSource in com.pnfsoftware.jeb.core.units.codeobject
Subclasses of JebEventSource in com.pnfsoftware.jeb.core.units.codeobjectModifier and TypeClassDescriptionclass
Convenient base class for code objects. -
Uses of JebEventSource in com.pnfsoftware.jeb.core.units.impl
Subclasses of JebEventSource in com.pnfsoftware.jeb.core.units.implModifier and TypeClassDescriptionclass
Container units are non-binary units used to represent tree structures.class
Container units used to recursively process virtual folders and data blobs.class
Container units used to represent folders and files.class
A data container unit that fetches the data of its nodes only when necessary.