您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
com.github.unidbg
,
com.github.unidbg.arm
,
com.github.unidbg.arm.backend
,
com.github.unidbg.arm.context
,
com.github.unidbg.debugger
,
com.github.unidbg.debugger.gdb
,
com.github.unidbg.debugger.ida
,
com.github.unidbg.debugger.ida.event
,
com.github.unidbg.file
,
com.github.unidbg.hook
,
com.github.unidbg.hook.hookzz
,
com.github.unidbg.hook.whale
,
com.github.unidbg.listener
,
com.github.unidbg.memory
,
com.github.unidbg.pointer
,
com.github.unidbg.serialize
,
com.github.unidbg.signal
,
com.github.unidbg.spi
,
com.github.unidbg.thread
,
com.github.unidbg.unix
,
com.github.unidbg.unix.struct
,
com.github.unidbg.unwind
,
com.github.unidbg.utils
,
com.github.unidbg.virtualmodule
,
com.github.unidbg.worker
类分层结构
java.lang.
Object
com.github.unidbg.arm.
AbstractARMDebugger
(implements com.github.unidbg.debugger.
Debugger
)
com.github.unidbg.debugger.
AbstractDebugServer
(implements com.github.unidbg.debugger.
DebugServer
)
com.github.unidbg.debugger.ida.
AndroidServer
(implements com.github.unidbg.
ModuleListener
)
com.github.unidbg.debugger.gdb.
GdbStub
com.github.unidbg.arm.backend.
AbstractBackend
(implements com.github.unidbg.arm.backend.
Backend
)
com.github.unidbg.arm.backend.
UnicornBackend
(implements com.github.unidbg.arm.backend.
Backend
)
com.github.unidbg.
AbstractEmulator
<T> (implements com.github.unidbg.
Emulator
<T>, com.github.unidbg.pointer.
MemoryWriteListener
)
com.github.unidbg.arm.
AbstractARM64Emulator
<T> (implements com.github.unidbg.arm.
ARMEmulator
<T>)
com.github.unidbg.arm.
AbstractARMEmulator
<T> (implements com.github.unidbg.arm.
ARMEmulator
<T>)
com.github.unidbg.file.
AbstractFileIO
(implements com.github.unidbg.file.
NewFileIO
)
com.github.unidbg.file.
BaseFileIO
(implements com.github.unidbg.file.
NewFileIO
)
com.github.unidbg.spi.
AbstractLoader
<T> (implements com.github.unidbg.spi.
Loader
, com.github.unidbg.memory.
Memory
)
com.github.unidbg.arm.context.
AbstractRegisterContext
(implements com.github.unidbg.arm.context.
RegisterContext
)
com.github.unidbg.arm.context.
BaseRegisterContext
(implements com.github.unidbg.arm.context.
RegisterContext
)
com.github.unidbg.arm.context.
BackendArm32RegisterContext
(implements com.github.unidbg.arm.context.
EditableArm32RegisterContext
)
com.github.unidbg.arm.context.
BackendArm64RegisterContext
(implements com.github.unidbg.arm.context.
EditableArm64RegisterContext
)
com.github.unidbg.hook.hookzz.
HookZzRegisterContext
(implements com.github.unidbg.hook.
InvocationContext
, com.github.unidbg.arm.context.
RegisterContext
)
com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContextImpl
(implements com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContext
, com.github.unidbg.arm.context.
RegisterContext
)
com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContextImpl
(implements com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContext
)
com.github.unidbg.thread.
AbstractWaiter
(implements com.github.unidbg.thread.
Waiter
)
com.github.unidbg.
Alignment
com.github.unidbg.arm.
Arguments
com.github.unidbg.arm.
ARM
com.github.unidbg.hook.hookzz.
Arm64HookEntryInfo
(implements com.github.unidbg.hook.hookzz.
HookEntryInfo
)
com.github.unidbg.arm.
Arm64Svc
(implements com.github.unidbg.
Svc
)
com.github.unidbg.arm.
Arm64Hook
com.github.unidbg.hook.hookzz.
ArmHookEntryInfo
(implements com.github.unidbg.hook.hookzz.
HookEntryInfo
)
com.github.unidbg.arm.
ArmSvc
(implements com.github.unidbg.
Svc
)
com.github.unidbg.arm.
ArmHook
com.github.unidbg.arm.
ARMSvcMemory
(implements com.github.unidbg.memory.
SvcMemory
)
com.github.unidbg.
AssemblyCodeDumper
(implements com.github.unidbg.arm.backend.
CodeHook
, com.github.unidbg.
TraceHook
)
com.github.unidbg.arm.backend.
BackendFactory
com.github.unidbg.file.
BaseFileSystem
<T> (implements com.github.unidbg.file.
FileSystem
<T>)
com.github.unidbg.hook.
BaseHook
(implements com.github.unidbg.hook.
IHook
)
com.github.unidbg.hook.hookzz.
Dobby
(implements com.github.unidbg.hook.hookzz.
IHookZz
)
com.github.unidbg.hook.hookzz.
HookZz
(implements com.github.unidbg.hook.hookzz.
IHookZz
)
com.github.unidbg.hook.whale.
Whale
(implements com.github.unidbg.hook.whale.
IWhale
)
com.github.unidbg.thread.
BaseTask
(implements com.github.unidbg.thread.
RunnableTask
)
com.github.unidbg.signal.
AbstractSignalTask
(implements com.github.unidbg.signal.
SignalTask
)
com.github.unidbg.thread.
MainTask
(implements com.github.unidbg.thread.
Task
)
com.github.unidbg.thread.
Entry
com.github.unidbg.thread.
Function32
com.github.unidbg.thread.
Function64
com.github.unidbg.thread.
ThreadTask
(implements com.github.unidbg.thread.
Task
)
com.github.unidbg.arm.
CodeHistory
com.github.unidbg.arm.
Cpsr
com.github.unidbg.debugger.ida.
DebuggerEvent
com.github.unidbg.debugger.ida.event.
AttachExecutableEvent
com.github.unidbg.debugger.ida.event.
DetachEvent
com.github.unidbg.debugger.ida.event.
LoadExecutableEvent
com.github.unidbg.debugger.ida.event.
LoadModuleEvent
com.github.unidbg.spi.
Dlfcn
(implements com.github.unidbg.hook.
HookListener
, com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.
EmulatorBuilder
<T>
com.github.unidbg.file.
FileResult
<T>
com.github.unidbg.unwind.
Frame
com.github.unidbg.arm.
FunctionCall
com.github.unidbg.debugger.
FunctionCallListener
com.github.unidbg.hook.
HookContext
(implements com.github.unidbg.hook.
InvocationContext
, com.github.unidbg.arm.context.
RegisterContext
)
com.github.unidbg.arm.
HookStatus
com.github.unidbg.spi.
InitFunction
com.github.unidbg.arm.
InlineHook
com.github.unidbg.utils.
Inspector
com.github.unidbg.hook.hookzz.
InstrumentCallback
<T>
com.github.unidbg.arm.backend.
InterruptHookNotifier
com.github.unidbg.memory.
MemoryAllocBlock
(implements com.github.unidbg.memory.
MemoryBlock
)
com.github.unidbg.memory.
MemoryBlockImpl
(implements com.github.unidbg.memory.
MemoryBlock
)
com.github.unidbg.memory.
MemoryMap
(implements com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.memory.
MemRegion
(implements java.lang.
Comparable
<T>)
com.github.unidbg.
Module
com.github.unidbg.spi.
ModulePatcher
(implements com.github.unidbg.
ModuleListener
)
java.lang.
Number
(implements java.io.
Serializable
)
com.github.unidbg.
ByteArrayNumber
com.github.unidbg.
PointerNumber
com.github.unidbg.
StringNumber
com.sun.jna.Pointer
com.github.unidbg.pointer.
UnidbgPointer
(implements com.github.unidbg.
PointerArg
)
com.github.unidbg.arm.
RegContext
com.github.unidbg.hook.
ReplaceCallback
com.github.unidbg.utils.
ResourceUtils
com.sun.jna.Structure
com.github.unidbg.pointer.
UnidbgStructure
(implements com.github.unidbg.
PointerArg
)
com.github.unidbg.unix.struct.
DlInfo32
com.github.unidbg.unix.struct.
DlInfo64
com.github.unidbg.unix.struct.
ITimerVal32
com.github.unidbg.unix.struct.
ITimerVal64
com.github.unidbg.unix.struct.
SockAddr
com.github.unidbg.unix.struct.
StdString
com.github.unidbg.unix.struct.
StdString32
com.github.unidbg.unix.struct.
StdString64
com.github.unidbg.unix.struct.
TimeSpec
com.github.unidbg.unix.struct.
TimeSpec32
com.github.unidbg.unix.struct.
TimeSpec64
com.github.unidbg.unix.struct.
TimeVal32
com.github.unidbg.unix.struct.
TimeVal64
com.github.unidbg.unix.struct.
TimeZone
com.github.unidbg.
Symbol
com.github.unidbg.virtualmodule.
VirtualSymbol
com.github.unidbg.unix.
ThreadJoinVisitor
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.github.unidbg.arm.backend.
BackendException
com.github.unidbg.
LongJumpException
com.github.unidbg.thread.
PopContextException
com.github.unidbg.thread.
ThreadContextSwitchException
com.github.unidbg.
StopEmulatorException
com.github.unidbg.
InvalidMemoryAccessException
com.github.unidbg.arm.
ThumbSvc
(implements com.github.unidbg.
Svc
)
com.github.unidbg.arm.
TraceFunctionCall
(implements com.github.unidbg.arm.backend.
CodeHook
)
com.github.unidbg.
TraceMemoryHook
(implements com.github.unidbg.arm.backend.
ReadHook
, com.github.unidbg.
TraceHook
, com.github.unidbg.arm.backend.
WriteHook
)
com.github.unidbg.file.
UnidbgFileFilter
(implements java.io.
FileFilter
)
com.github.unidbg.thread.
UniThreadDispatcher
(implements com.github.unidbg.thread.
ThreadDispatcher
)
com.github.unidbg.signal.
UnixSigSet
(implements com.github.unidbg.signal.
SigSet
)
com.github.unidbg.unix.
UnixSyscallHandler
<T> (implements com.github.unidbg.spi.
SyscallHandler
<T>)
com.github.unidbg.unwind.
Unwinder
com.github.unidbg.unwind.
SimpleARM64Unwinder
com.github.unidbg.unwind.
SimpleARMUnwinder
com.github.unidbg.
Utils
com.github.unidbg.debugger.ida.
Utils
com.github.unidbg.virtualmodule.
VirtualModule
<T>
com.github.unidbg.worker.
Worker
(implements java.lang.
AutoCloseable
)
com.github.unidbg.worker.
WorkerPoolFactory
com.github.unidbg.hook.hookzz.
WrapCallback
<T>
接口分层结构
com.github.unidbg.spi.
ArmDisassembler
com.github.unidbg.arm.
ARMEmulator
<T>
com.github.unidbg.
Emulator
<T> (并 extends java.io.
Closeable
, com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.arm.
ARMEmulator
<T>
java.lang.
AutoCloseable
com.github.unidbg.arm.
ARMEmulator
<T>
java.io.
Closeable
com.github.unidbg.arm.
ARMEmulator
<T>
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, com.github.unidbg.debugger.
Breaker
, com.github.unidbg.arm.backend.
DebugHook
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.
Emulator
<T> (并 extends com.github.unidbg.spi.
ArmDisassembler
, com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.arm.
ARMEmulator
<T>
com.github.unidbg.worker.
WorkerPool
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, com.github.unidbg.debugger.
Breaker
, java.io.
Closeable
, com.github.unidbg.arm.backend.
DebugHook
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.
Emulator
<T> (并 extends com.github.unidbg.spi.
ArmDisassembler
, java.io.
Closeable
, com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.arm.
ARMEmulator
<T>
com.github.unidbg.worker.
WorkerPool
com.github.unidbg.arm.backend.
Backend
com.github.unidbg.debugger.
Breaker
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, java.io.
Closeable
, com.github.unidbg.arm.backend.
DebugHook
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.debugger.
BreakPoint
com.github.unidbg.debugger.
BreakPointCallback
com.github.unidbg.debugger.
DebugListener
com.github.unidbg.debugger.
DebugRunnable
<T>
com.github.unidbg.thread.
DestroyListener
com.github.unidbg.arm.backend.
Detachable
com.github.unidbg.arm.backend.
BlockHook
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.debugger.
Breaker
, java.io.
Closeable
, com.github.unidbg.arm.backend.
DebugHook
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.arm.backend.
CodeHook
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, com.github.unidbg.debugger.
Breaker
, java.io.
Closeable
, com.github.unidbg.arm.backend.
DebugHook
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.arm.backend.
DebugHook
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, com.github.unidbg.debugger.
Breaker
, java.io.
Closeable
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, com.github.unidbg.debugger.
Breaker
, java.io.
Closeable
, com.github.unidbg.arm.backend.
DebugHook
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.arm.backend.
DebugHook
com.github.unidbg.debugger.
Debugger
(并 extends com.github.unidbg.arm.backend.
BlockHook
, com.github.unidbg.debugger.
Breaker
, java.io.
Closeable
)
com.github.unidbg.debugger.
DebugServer
(并 extends java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
, java.lang.
Runnable
)
com.github.unidbg.arm.backend.
EventMemHook
com.github.unidbg.arm.backend.
InterruptHook
com.github.unidbg.spi.
SyscallHandler
<T> (并 extends com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.arm.backend.
ReadHook
com.github.unidbg.spi.
SyscallHandler
<T> (并 extends com.github.unidbg.arm.backend.
InterruptHook
, com.github.unidbg.serialize.
Serializable
)
com.github.unidbg.arm.backend.
WriteHook
com.github.unidbg.file.
FileIO
com.github.unidbg.file.
NewFileIO
com.github.unidbg.unix.
FileListener
com.github.unidbg.file.
FileSystem
<T>
com.github.unidbg.hook.
HookCallback
com.github.unidbg.hook.hookzz.
HookEntryInfo
com.github.unidbg.hook.
HookListener
com.github.unidbg.hook.
IHook
com.github.unidbg.hook.hookzz.
IHookZz
(并 extends com.github.unidbg.hook.
InlineHook
)
com.github.unidbg.hook.whale.
IWhale
(并 extends com.github.unidbg.hook.
InlineHook
)
com.github.unidbg.spi.
InitFunctionListener
com.github.unidbg.hook.
InlineHook
com.github.unidbg.hook.hookzz.
IHookZz
(并 extends com.github.unidbg.hook.
IHook
)
com.github.unidbg.hook.whale.
IWhale
(并 extends com.github.unidbg.hook.
IHook
)
com.github.unidbg.arm.
InstructionVisitor
com.github.unidbg.hook.
InterceptCallback
com.github.unidbg.hook.
InvocationContext
com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContext
(并 extends com.github.unidbg.arm.context.
EditableArm32RegisterContext
)
com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContext
(并 extends com.github.unidbg.arm.context.
EditableArm64RegisterContext
)
com.github.unidbg.unix.
IO
com.github.unidbg.memory.
Memory
(并 extends com.github.unidbg.spi.
Loader
, com.github.unidbg.memory.
StackMemory
)
com.github.unidbg.file.
IOResolver
<T>
java.lang.
Iterable
<T>
com.github.unidbg.signal.
SigSet
com.github.unidbg.spi.
LibraryFile
com.github.unidbg.
LibraryResolver
com.github.unidbg.spi.
Loader
com.github.unidbg.memory.
Memory
(并 extends com.github.unidbg.unix.
IO
, com.github.unidbg.memory.
StackMemory
)
com.github.unidbg.memory.
MemoryBlock
com.github.unidbg.pointer.
MemoryWriteListener
com.github.unidbg.memory.
MMapListener
com.github.unidbg.
ModuleListener
com.github.unidbg.
PointerArg
com.github.unidbg.arm.context.
RegisterContext
com.github.unidbg.arm.context.
Arm32RegisterContext
com.github.unidbg.arm.context.
EditableArm32RegisterContext
com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContext
(并 extends com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContext
(并 extends com.github.unidbg.arm.context.
EditableArm32RegisterContext
, com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.arm.context.
Arm64RegisterContext
com.github.unidbg.arm.context.
EditableArm64RegisterContext
com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContext
(并 extends com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContext
(并 extends com.github.unidbg.arm.context.
EditableArm64RegisterContext
, com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.arm.context.
EditableArm32RegisterContext
com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContext
(并 extends com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.arm.context.
EditableArm64RegisterContext
com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContext
(并 extends com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.hook.hookzz.
HookZzArm32RegisterContext
(并 extends com.github.unidbg.arm.context.
EditableArm32RegisterContext
, com.github.unidbg.hook.
InvocationContext
)
com.github.unidbg.hook.hookzz.
HookZzArm64RegisterContext
(并 extends com.github.unidbg.arm.context.
EditableArm64RegisterContext
, com.github.unidbg.hook.
InvocationContext
)
java.lang.
Runnable
com.github.unidbg.debugger.
DebugServer
(并 extends com.github.unidbg.debugger.
Debugger
)
com.github.unidbg.thread.
RunnableTask
com.github.unidbg.signal.
SignalTask
com.github.unidbg.thread.
Task
(并 extends com.github.unidbg.signal.
SignalOps
)
com.github.unidbg.serialize.
Serializable
com.github.unidbg.arm.
ARMEmulator
<T>
com.github.unidbg.
Emulator
<T> (并 extends com.github.unidbg.spi.
ArmDisassembler
, java.io.
Closeable
)
com.github.unidbg.arm.
ARMEmulator
<T>
com.github.unidbg.memory.
Memory
(并 extends com.github.unidbg.unix.
IO
, com.github.unidbg.spi.
Loader
, com.github.unidbg.memory.
StackMemory
)
com.github.unidbg.memory.
StackMemory
com.github.unidbg.memory.
Memory
(并 extends com.github.unidbg.unix.
IO
, com.github.unidbg.spi.
Loader
)
com.github.unidbg.memory.
SvcMemory
com.github.unidbg.memory.
SvcMemory
com.github.unidbg.spi.
SyscallHandler
<T> (并 extends com.github.unidbg.arm.backend.
InterruptHook
)
com.github.unidbg.signal.
SignalOps
com.github.unidbg.thread.
Task
(并 extends com.github.unidbg.thread.
RunnableTask
)
com.github.unidbg.thread.
ThreadDispatcher
com.github.unidbg.file.
StdoutCallback
com.github.unidbg.
Svc
com.github.unidbg.listener.
TraceCodeListener
com.github.unidbg.
TraceHook
com.github.unidbg.listener.
TraceReadListener
com.github.unidbg.listener.
TraceSystemMemoryWriteListener
com.github.unidbg.listener.
TraceWriteListener
com.github.unidbg.arm.backend.
UnHook
com.github.unidbg.unix.
UnixEmulator
com.github.unidbg.spi.
ValuePair
com.github.unidbg.thread.
Waiter
com.github.unidbg.worker.
WorkerFactory
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.unidbg.
Family
com.github.unidbg.debugger.
DebuggerType
com.github.unidbg.arm.
AbstractARMDebugger.StringType
com.github.unidbg.arm.backend.
EventMemHook.UnmappedType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2022. All rights reserved.