| Package | Description |
|---|---|
| com.github.unidbg | |
| com.github.unidbg.arm |
| Modifier and Type | Method and Description |
|---|---|
Family |
AbstractEmulator.getFamily() |
Family |
Emulator.getFamily() |
static Family |
Family.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Family[] |
Family.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractEmulator(boolean is64Bit,
String processName,
long svcBase,
int svcSize,
File rootDir,
Family family,
Collection<BackendFactory> backendFactories) |
| Constructor and Description |
|---|
AbstractARM64Emulator(String processName,
File rootDir,
Family family,
Collection<BackendFactory> backendFactories,
String... envs) |
AbstractARMEmulator(String processName,
File rootDir,
Family family,
Collection<BackendFactory> backendFactories,
String... envs) |
Copyright © 2026. All rights reserved.