Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodePackage
Packages that use ICodePackage
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types representing an Dex structures and Dalvik code.
Classes and interfaces to access and define native types and related objects, used by JEB's
native code analysis pipeline (including
gendec
).-
Uses of ICodePackage in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return ICodePackageModifier and TypeMethodDescriptionICodeClass.getPackage()
Get the package that contains this class.ICodePackage.getParentPackage()
Get the parent of this package.Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodePackageModifier and TypeMethodDescriptionList<? extends ICodePackage>
ICodePackage.getChildrenPackages()
Get the list of (direct) children packages.List<? extends ICodePackage>
AbstractCodeUnit.getPackages()
The skeleton implementation returns an empty list.List<? extends ICodePackage>
ICodeUnit.getPackages()
Get the list of code packages. -
Uses of ICodePackage in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ICodePackage in com.pnfsoftware.jeb.core.units.code.android.dexModifier and TypeInterfaceDescriptioninterface
This class represent Java packages of a Dex objects. -
Uses of ICodePackage in com.pnfsoftware.jeb.core.units.code.asm.type
Subinterfaces of ICodePackage in com.pnfsoftware.jeb.core.units.code.asm.type