Package | Description |
---|---|
jeb.api |
This package contains classes to access and control JEB programmatically.
|
Modifier and Type | Method and Description |
---|---|
static EngineOption |
EngineOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EngineOption[] |
EngineOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JebInstance.setEngineOption(EngineOption opt,
java.lang.String val)
Set an engine (APK/DEX parser, Decompiler) option - automation mode only.
|