Uses of Class
com.pnfsoftware.jeb.core.units.code.android.ir.DEmuExternalPolicy
Packages that use DEmuExternalPolicy
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 DEmuExternalPolicy in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return DEmuExternalPolicyModifier and TypeMethodDescriptionIDState.getExternalPolicy()
Retrieve the current emulation policy for environment-related, time and date-related, and other API methods yielding unpredictable results.IDState.setExternalPolicy
(DEmuExternalPolicy policy) Set an emulation policy for environment-related, time and date-related, and other API methods yielding unpredictable results.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type DEmuExternalPolicyModifier and TypeMethodDescriptionIDState.setExternalPolicy
(DEmuExternalPolicy policy) Set an emulation policy for environment-related, time and date-related, and other API methods yielding unpredictable results.