Uses of Class
com.pnfsoftware.jeb.core.units.AbstractBinaryUnit
Packages that use AbstractBinaryUnit
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.
-
Uses of AbstractBinaryUnit in com.pnfsoftware.jeb.core.units
Subclasses of AbstractBinaryUnit in com.pnfsoftware.jeb.core.unitsModifier and TypeClassDescriptionclassSkeleton of an interactive binary unit.classThe fallback unit created if all parsers have failed at identifying some input data. -
Uses of AbstractBinaryUnit in com.pnfsoftware.jeb.core.units.code
Subclasses of AbstractBinaryUnit in com.pnfsoftware.jeb.core.units.code -
Uses of AbstractBinaryUnit in com.pnfsoftware.jeb.core.units.codeobject
Subclasses of AbstractBinaryUnit in com.pnfsoftware.jeb.core.units.codeobjectModifier and TypeClassDescriptionclassConvenient base class for code objects.