Uses of Class
com.pnfsoftware.jeb.core.units.code.android.ir.DexDecEvalSandboxExecutionException
Packages that use DexDecEvalSandboxExecutionException
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of DexDecEvalSandboxExecutionException in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that throw DexDecEvalSandboxExecutionExceptionModifier and TypeMethodDescriptionThis method is called when the sandbox is about to get a field's value.This method is called when the sandbox is about to execute a non-constructor method.default Class<?>
This method is called when an external class is to be loaded by the sandbox.IDSandboxHooks.newInstance
(long reqid, String addr, String msig, List<Object> args) This method is called when an instance is about to be constructed.default Boolean
This method is called when the sandbox is about to set a field's value.