Uses of Class
com.pnfsoftware.jeb.core.units.code.DecompilationOptions
Packages that use DecompilationOptions
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
-
Uses of DecompilationOptions in com.pnfsoftware.jeb.core.units.code
Fields in com.pnfsoftware.jeb.core.units.code declared as DecompilationOptionsMethods in com.pnfsoftware.jeb.core.units.code that return DecompilationOptionsModifier and TypeMethodDescriptionDecompilationContext.addFlags(int flags) Convenience method.DecompilationOptions.Builder.build()Build an options object, used by the decompilation context.DecompilationContext.getOptions()DecompilationContext.removeFlags(int flags) Convenience method.static DecompilationOptionsDecompilationOptions.safe(DecompilationOptions opt) DecompilationContext.setOptions(DecompilationOptions options) Methods in com.pnfsoftware.jeb.core.units.code with parameters of type DecompilationOptionsModifier and TypeMethodDescriptionstatic DecompilationOptionsDecompilationOptions.safe(DecompilationOptions opt) DecompilationContext.setOptions(DecompilationOptions options) Constructors in com.pnfsoftware.jeb.core.units.code with parameters of type DecompilationOptionsModifierConstructorDescriptionConstruct a new context with the provided options.