| Package | Description |
|---|---|
| com.github.unidbg.arm.backend | |
| com.github.unidbg.spi | |
| com.github.unidbg.unix |
| Modifier and Type | Method and Description |
|---|---|
void |
UnicornBackend.hook_add_new(InterruptHook callback,
Object user_data) |
void |
Backend.hook_add_new(InterruptHook callback,
Object user_data)
Registers a hook for CPU interrupt/exception events (SVC, HVC, etc.).
|
| Constructor and Description |
|---|
InterruptHookNotifier(InterruptHook callback,
Object user_data) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SyscallHandler<T extends NewFileIO>
syscall handler
Created by zhkl0228 on 2017/5/9.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnixSyscallHandler<T extends NewFileIO> |
Copyright © 2026. All rights reserved.