Uses of Class
com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent
Packages that use DexDecompilerEvent
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins, including
dexdec, the dex decompiler.-
Uses of DexDecompilerEvent in com.pnfsoftware.jeb.core.units.code.android
Subclasses of DexDecompilerEvent in com.pnfsoftware.jeb.core.units.code.androidModifier and TypeClassDescriptionstatic classEvent reporting a dynamically built string.static classEvent reporting decrypted bytes.static classEvent reporting a decrypted string.static classEvent carrying an informational message.static classEvent reporting a resolved reflective field read.static classEvent reporting a resolved reflective field write.static classEvent reporting a resolved reflective method invocation.Methods in com.pnfsoftware.jeb.core.units.code.android that return types with arguments of type DexDecompilerEventModifier and TypeMethodDescriptionIDexDecompilerUnit.getGlobalDecompilationEvents()Retrieve the list decompilation events, without duplicates.IDexDecompilerUnit.getGlobalDecompilationEvents(boolean keepDuplicates) Retrieve a copy of the decompilation events.Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type DexDecompilerEventModifier and TypeMethodDescriptionvoidIDexDecompilerUnit.recordDecompilationEvent(DexDecompilerEvent<?> event) Record a decompilation event.