Uses of Interface
com.pnfsoftware.jeb.core.units.code.ICodeString
Packages that use ICodeString
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
Types representing an Dex structures and Dalvik code.
Native code items, including code items and data items.
-
Uses of ICodeString in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return types with arguments of type ICodeStringModifier and TypeMethodDescriptionList<? extends ICodeString>
AbstractCodeUnit.getStrings()
The skeleton implementation returns an empty list.List<? extends ICodeString>
ICodeUnit.getStrings()
Get the list of code strings. -
Uses of ICodeString in com.pnfsoftware.jeb.core.units.code.android.dex
Subinterfaces of ICodeString in com.pnfsoftware.jeb.core.units.code.android.dex -
Uses of ICodeString in com.pnfsoftware.jeb.core.units.code.asm.items
Subinterfaces of ICodeString in com.pnfsoftware.jeb.core.units.code.asm.itemsModifier and TypeInterfaceDescriptioninterface
A specialized data item representing a string