public interface HookListener
| Modifier and Type | Field and Description |
|---|---|
static int |
EACH_BIND |
static int |
FIXUP_BIND |
static int |
WEAK_BIND |
| Modifier and Type | Method and Description |
|---|---|
long |
hook(SvcMemory svcMemory,
String libraryName,
String symbolName,
long old)
返回0表示没有hook,否则返回hook以后的调用地址
|
static final int EACH_BIND
static final int WEAK_BIND
static final int FIXUP_BIND
Copyright © 2026. All rights reserved.