Uses of Class
com.pnfsoftware.jeb.core.units.code.DecompilationOptions.Builder
Packages that use DecompilationOptions.Builder
Package
Description
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.
-
Uses of DecompilationOptions.Builder in com.pnfsoftware.jeb.core.units.code
Methods in com.pnfsoftware.jeb.core.units.code that return DecompilationOptions.BuilderModifier and TypeMethodDescriptionDecompilationOptions.asBuilder()DecompilationOptions.Builder.flags(int flags) Set decompilation flags.DecompilationOptions.Builder.maxTimePerMethod(Long maxTimePerMethod) Set an optional maximum duration allowed to decompile a single method.DecompilationOptions.Builder.maxTimeTotal(Long maxTimeTotal) When decompiling an entity or entities comprising multiple methods (eg, a class or multiple classes or collection of methods, or a whole program), this method allows setting the maximum duration allowed before returning.static DecompilationOptions.BuilderDecompilationOptions.Builder.newInstance()DecompilationOptions.Builder.postDecompilationCallback(Consumer<String> postDecompilationCallback) Set a post-decompilation callback.Methods in com.pnfsoftware.jeb.core.units.code with parameters of type DecompilationOptions.BuilderModifier and TypeMethodDescriptionprotected voidDecompilerExporter.customizeOptions(boolean decompilingClasses, DecompilationOptions.Builder optbld) Optional method used to customize the options of the decompilation context. -
Uses of DecompilationOptions.Builder in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android with parameters of type DecompilationOptions.BuilderModifier and TypeMethodDescriptionprotected voidDexDecompilerExporter.customizeOptions(boolean decompilingClasses, DecompilationOptions.Builder optbld)