Uses of Class
com.pnfsoftware.jeb.util.concurrent.Watchdog
Packages that use Watchdog
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.Types related to concurrency, synchronization, timed execution, and external process execution.
-
Uses of Watchdog in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return WatchdogModifier and TypeMethodDescriptionIDMethodContext.getWatchdog()Retrieve the optional decompilation watchdog.IDState.getWatchdog()Retrieve the watchdog used to interrupt long-running emulations.IDState.setWatchdog(Watchdog watchdog) Set a watchdog.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type Watchdog -
Uses of Watchdog in com.pnfsoftware.jeb.util.concurrent
Methods in com.pnfsoftware.jeb.util.concurrent with parameters of type Watchdog