public abstract class InitFunction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
address |
protected String |
libName |
protected long |
load_base |
| Constructor and Description |
|---|
InitFunction(long load_base,
String libName,
long address) |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
call(Emulator<?> emulator) |
abstract long |
getAddress() |
protected final long load_base
protected final String libName
protected final long address
public InitFunction(long load_base,
String libName,
long address)
public abstract long getAddress()
public abstract long call(Emulator<?> emulator)
Copyright © 2026. All rights reserved.