| com.pnfsoftware.jeb.core.units.code.android.ir.IDMethodExecutionHelper |
Method execution helper interface, to be registered with a dexdec IR
state. The helpers have priority over sandbox execution hooks. It is recommended to use sandbox
hooks instead of execution helpers.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract String |
getMethodSignature()
Method signature (jvm).
| ||||||||||
| abstract IDImm |
simulateExecution(IDState state, List<IDImm> args)
When this method is called, the State's top frame has a PC set at the
target method entry-point. | ||||||||||
Method signature (jvm).
When this method is called, the State's top frame has a PC set at the
target method entry-point. It is ready to be executed with the
provided arguments.
| state | current state |
|---|---|
| args | input arguments |
| DexDecEvaluationException | an evaluation exception (on error) |
|---|