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 TypeClassDescriptionclass
Skeleton of an interactive binary unit.class
The 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 TypeClassDescriptionclass
Convenient base class for code objects.