Uses of Class
com.pnfsoftware.jeb.util.base.Wrapper
Packages that use Wrapper
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Basic utility types, used by other utility code.
-
Uses of Wrapper in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return WrapperModifier and TypeMethodDescriptionIDEmulatorHooks.examineFieldValue
(long reqid, Wrapper<IDImm> value) Currently, this hook is ignored by dexdec emulator.IDSandboxHooks.examineFieldValue
(long reqid, Object value) This method is called after the sandbox has read a field value.IDEmulatorHooks.examineMethodResult
(long reqid, IDImm result) This method is called after the emulator successfully executed the IR of an internal dex method.IDSandboxHooks.examineMethodResult
(long reqid, Object result) This method is called after the sandbox has invoked a non-constructor method.This method is called when the emulator is about to get (retrieve) an internal field's value.This method is called when the sandbox is about to get a field's value.IDEmulatorHooks.invokeMethod
(long reqid, String msig, List<IDImm> args) This method is called when the emulator is about to execute the IR of an internal dex method.This method is called when the sandbox is about to execute a non-constructor method.IDSandboxHooks.newInstance
(long reqid, String addr, String msig, List<Object> args) This method is called when an instance is about to be constructed.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type WrapperModifier and TypeMethodDescriptionIDEmulatorHooks.examineFieldValue
(long reqid, Wrapper<IDImm> value) Currently, this hook is ignored by dexdec emulator. -
Uses of Wrapper in com.pnfsoftware.jeb.util.base
Fields in com.pnfsoftware.jeb.util.base declared as WrapperMethods in com.pnfsoftware.jeb.util.base that return Wrapper