Uses of Class
com.pnfsoftware.jeb.core.units.AbstractUnit
Packages that use AbstractUnit
Package
Description
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 AbstractUnit in com.pnfsoftware.jeb.core.units
Subclasses of AbstractUnit 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
The fallback unit created if all parsers have failed at identifying some input data. -
Uses of AbstractUnit in com.pnfsoftware.jeb.core.units.code
Subclasses of AbstractUnit in com.pnfsoftware.jeb.core.units.code -
Uses of AbstractUnit in com.pnfsoftware.jeb.core.units.codeobject
Subclasses of AbstractUnit in com.pnfsoftware.jeb.core.units.codeobjectModifier and TypeClassDescriptionclass
Convenient base class for code objects. -
Uses of AbstractUnit in com.pnfsoftware.jeb.core.units.impl
Subclasses of AbstractUnit 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.