MCPVault
Unidbg logo

Unidbg

未申請

作者: zhkl0228

Allows you to emulate an Android native library, and an experimental iOS emulation

androidcapstonedebuggerdynarmicemulationemulatorfishhookhypervisorioskeystonekvmmcpunicornunidbgwhalexhook

未申請リスティング

このMCPサーバーはあなたのものですか?

このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。

このサーバーを申請する

ツール(23個)

assemble

Assemble instruction text to machine code

call_function

Call native function by address with typed arguments (hex, string, bytes, null). Returns value with symbol resolution and memory preview

call_symbol

Call exported function by module + symbol name, e.g. libc.so + malloc

check_connection

Emulator status: Family, architecture, backend capabilities, isRunning, loaded modules

continue_execution

Resume execution. Use pollevents to wait for breakpointhit or executioncompleted

disassemble

Disassemble instructions at address (branch targets auto-annotated with symbol names)

dump_gpb_protobuf

Dump GPB protobuf message schema as .proto format (64-bit only)

dump_objc_class

Dump ObjC class definition (properties, methods, protocols, ivars)

find_symbol

Find symbol by name or find nearest symbol at address

get_callstack

Get current call stack (backtrace)

get_objc_class_name

Get ObjC class name of an object at a given address (pure memory parsing, no state change)

get_threads

List all threads/tasks in the emulator

inspect_objc_msg

Inspect objcmsgSend call: show receiver class name and selector, e.g. -[NSString length]

list_exports

List exported/dynamic symbols of a module with optional filter and C++ demangling

list_memory_map

List all memory mappings with permissions

next_block

Break at next basic block (Unicorn only)

patch

Write assembled instructions to memory

poll_events

Poll for breakpointhit, executioncompleted, trace events

read_pointer

Read pointer chain with symbol resolution

read_typed

Read memory as typed values (int8–int64, float, double, pointer)

search_memory

Search memory for byte patterns with scope/permission filters

step_until_mnemonic

Break at next instruction matching mnemonic, e.g. bl, ret (Unicorn only)

trace_code

Trace instructions with register read/write values (regsread, prevwrite)