| 程序包 | 说明 |
|---|---|
| com.github.unidbg | |
| com.github.unidbg.arm | |
| com.github.unidbg.file | |
| com.github.unidbg.spi | |
| com.github.unidbg.unix |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractEmulator<T extends NewFileIO>
abstract emulator
Created by zhkl0228 on 2017/5/2.
|
interface |
Emulator<T extends NewFileIO>
cpu emulator
Created by zhkl0228 on 2017/5/2.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractARM64Emulator<T extends NewFileIO> |
class |
AbstractARMEmulator<T extends NewFileIO> |
interface |
ARMEmulator<T extends NewFileIO>
arm emulator
Created by zhkl0228 on 2017/5/2.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseFileSystem<T extends NewFileIO> |
class |
FileResult<T extends NewFileIO> |
interface |
FileSystem<T extends NewFileIO> |
interface |
IOResolver<T extends NewFileIO> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractFileIO |
class |
BaseFileIO |
| 限定符和类型 | 字段和说明 |
|---|---|
T |
FileResult.io |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends NewFileIO> |
FileResult.failed(int errno) |
static <T extends NewFileIO> |
FileResult.fallback(T io) |
static <T extends NewFileIO> |
FileResult.success(T io) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractLoader<T extends NewFileIO> |
interface |
SyscallHandler<T extends NewFileIO>
syscall handler
Created by zhkl0228 on 2017/5/9.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
UnixSyscallHandler<T extends NewFileIO> |
Copyright © 2022. All rights reserved.