Uses of Interface
com.pnfsoftware.jeb.core.units.code.ISourceUnit
Packages that use ISourceUnit
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of ISourceUnit in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ISourceUnitModifier and TypeMethodDescriptionIDecompilerUnit.decompileToUnit
(String identifier) Retrieve a decompiled unit or perform a decompilation.IDecompilerUnit.decompileToUnit
(String identifier, DecompilationContext ctx) Retrieve a decompiled unit or perform a decompilation.IDecompilerUnit.getDecompiledUnit
(String identifier) Retrieve the unit representing the decompiled entity at the provided identifier/address. -
Uses of ISourceUnit in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Subinterfaces of ISourceUnit in com.pnfsoftware.jeb.core.units.code.asm.decompilerModifier and TypeInterfaceDescriptioninterface
A specialized source unit representing the output of a native code decompiler. -
Uses of ISourceUnit in com.pnfsoftware.jeb.core.units.code.java
Subinterfaces of ISourceUnit in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeInterfaceDescriptioninterface
Definition of a source unit representing a Java class or Java method in the form of an Abstract Syntax Tree (AST).