Uses of Interface
com.pnfsoftware.jeb.core.units.code.IDecompilerUnit
Packages that use IDecompilerUnit
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.
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Utility types specific to JEB core, such as unit helper classes.
-
Uses of IDecompilerUnit in com.pnfsoftware.jeb.core.units
Methods in com.pnfsoftware.jeb.core.units that return IDecompilerUnitModifier and TypeMethodDescriptionIUnitProcessor.createDecompiler
(String name, IUnit parent) Convenience method that processes a code unit to produce an associated decompiler unit. -
Uses of IDecompilerUnit in com.pnfsoftware.jeb.core.units.code
Fields in com.pnfsoftware.jeb.core.units.code declared as IDecompilerUnitMethods in com.pnfsoftware.jeb.core.units.code that return IDecompilerUnitModifier and TypeMethodDescriptionDecompilerExporter.getDecompiler()
ISourceUnit.getDecompiler()
Get the decompiler unit (possibly the parent, possibly null) that generated this unit.Constructors in com.pnfsoftware.jeb.core.units.code with parameters of type IDecompilerUnitModifierConstructorDescriptionDecompilerExporter
(IDecompilerUnit decompiler) Create an exporter with default settings. -
Uses of IDecompilerUnit in com.pnfsoftware.jeb.core.units.code.android
Subinterfaces of IDecompilerUnit in com.pnfsoftware.jeb.core.units.code.androidModifier and TypeInterfaceDescriptioninterface
Specialized interface representing Dex (Dalvik) decompiler Units. -
Uses of IDecompilerUnit in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Subinterfaces of IDecompilerUnit in com.pnfsoftware.jeb.core.units.code.asm.decompilerModifier and TypeInterfaceDescriptioninterface
INativeDecompilerUnit<InsnType extends IInstruction>
Top-level unit for native decompilers. -
Uses of IDecompilerUnit in com.pnfsoftware.jeb.core.util
Methods in com.pnfsoftware.jeb.core.util that return IDecompilerUnitModifier and TypeMethodDescriptionstatic IDecompilerUnit
DecompilerHelper.getDecompiler
(IUnit unit) Retrieve or create a decompiler for the current unit.static IDecompilerUnit
DecompilerHelper.getDecompiler
(IUnit unit, boolean createIfNotExist) Retrieve a decompiler for the current unit.static IDecompilerUnit
DecompilerHelper.getRelatedDecompiler
(IUnit unit) Retrieve an existing decompiler for the current code unit or the decompiler that produced the provided source unit.