Uses of Interface
com.pnfsoftware.jeb.core.units.IBinaryUnit
Packages that use IBinaryUnit
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.
This package and sub-packages contain all types used by Android code analysis plugins.
Public types and interfaces provided by the Simatic S7 analysis plugins.
Types specific to code objects, such as Windows PE, Linux ELF, or Apple Mach-O.
Standard implementations of basic units objects.
-
Uses of IBinaryUnit in com.pnfsoftware.jeb.core.units
Classes in com.pnfsoftware.jeb.core.units that implement IBinaryUnitModifier and TypeClassDescriptionclass
This extension class provides basic implementations for methods specific to binary units.class
Skeleton of an interactive binary unit.class
The fallback unit created if all parsers have failed at identifying some input data. -
Uses of IBinaryUnit in com.pnfsoftware.jeb.core.units.code
Classes in com.pnfsoftware.jeb.core.units.code that implement IBinaryUnit -
Uses of IBinaryUnit in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type IBinaryUnitModifier and TypeMethodDescriptionstatic final int
DexUtil.getVersion
(IBinaryUnit unit) Extract the version number from an Android binary unit. -
Uses of IBinaryUnit in com.pnfsoftware.jeb.core.units.code.simatic
Subinterfaces of IBinaryUnit in com.pnfsoftware.jeb.core.units.code.simatic -
Uses of IBinaryUnit in com.pnfsoftware.jeb.core.units.codeobject
Subinterfaces of IBinaryUnit in com.pnfsoftware.jeb.core.units.codeobjectModifier and TypeInterfaceDescriptioninterface
A common interface for object files that hold machine code such as ELF, PE, or Mach-O.interface
Specialized interface for ELF units.interface
Base interface for PE and COFF units.Classes in com.pnfsoftware.jeb.core.units.codeobject that implement IBinaryUnitModifier and TypeClassDescriptionclass
Convenient base class for code objects. -
Uses of IBinaryUnit in com.pnfsoftware.jeb.core.units.impl
Classes in com.pnfsoftware.jeb.core.units.impl that implement IBinaryUnitConstructors in com.pnfsoftware.jeb.core.units.impl with parameters of type IBinaryUnit