Skip to content

Reference Overview

The following tool domains are available:

  1. Start with browser / network / workflow to understand the day-to-day path.
  2. Continue with debugger / hooks / streaming for runtime analysis.
  3. Finish with core / sourcemap / transform / wasm / process / platform for deeper reverse-engineering coverage.

Domain matrix

DomainTitleProfilesTypical use
adb-bridgeADB BridgefullAndroid Debug Bridge integration domain for device management, application analysis, and remote debugging.
antidebugAntiDebugfullAnti-anti-debug domain focused on detecting and bypassing browser-side anti-debugging protections.
binary-instrumentBinary InstrumentfullBinary instrumentation domain providing binary analysis and runtime instrumentation capabilities.
boringssl-inspectorBoringSSL Inspectorworkflow, fullBoringSSL/TLS inspection domain supporting TLS traffic analysis and certificate inspection.
browserBrowserworkflow, fullPrimary browser control and DOM interaction domain; the usual entry point for most workflows.
canvasCanvasfullCanvas game engine reverse analysis domain supporting Laya, Pixi, Phaser, Cocos, and Unity engines for fingerprinting, scene tree dumping, and object picking.
coordinationCoordinationfullCoordination domain for session insights and MCP Task Handoff, bridging the planning and execution boundaries of LLMs.
coreCoreworkflow, fullCore static and semi-static analysis domain for script collection, deobfuscation, semantic inspection, webpack analysis, source map recovery, and crypto detection.
cross-domainCross-DomainfullCross-domain correlation domain that bridges analysis results across multiple domains, supporting workflow orchestration and evidence graph integration.
debuggerDebuggerworkflow, fullCDP-based debugging domain covering breakpoints, stepping, call stacks, watches, and debugger sessions.
encodingEncodingworkflow, fullBinary format detection, encoding conversion, entropy analysis, and raw protobuf decoding.
evidenceEvidencefullEvidence-graph domain that models provenance between URLs, scripts, functions, hooks, and captured artifacts.
extension-registryExtension RegistryfullExtension registry domain for managing and discovering community extensions.
graphqlGraphQLworkflow, fullGraphQL discovery, extraction, replay, and introspection tooling.
hooksHooksfullAI hook generation, injection, export, and built-in/custom preset management.
instrumentationInstrumentationfullUnified instrumentation-session domain that groups hooks, intercepts, traces, and artifacts into a queryable session.
macroMacrofullSub-agent macro orchestration domain that chains multiple tool calls into reusable macro workflows.
maintenanceMaintenanceworkflow, fullOperations and maintenance domain covering cache hygiene, token budget, environment diagnostics, artifact cleanup, and extension management.
memoryMemoryfullMemory analysis domain for native scans, pointer-chain discovery, structure inference, and breakpoint-based observation.
mojo-ipcMojo IPCfullMojo IPC monitoring domain for Chromium inter-process communication analysis.
networkNetworkworkflow, fullRequest capture, response extraction, HAR export, safe replay, and performance tracing.
platformPlatformfullPlatform and package analysis domain covering miniapps, ASAR archives, and Electron apps.
processProcessfullProcess, module, memory diagnostics, and controlled injection domain for host-level inspection, troubleshooting, and Windows process experimentation workflows.
protocol-analysisProtocol AnalysisfullCustom protocol analysis domain supporting protocol pattern definition, automatic field detection from hex payloads, state machine inference from captured messages, and Mermaid diagram visualization.
proxyProxyfullFull-stack HTTP/HTTPS MITM proxy domain for system-level traffic interception, modification, and application configuration.
sandboxSandboxfullWASM-isolated QuickJS sandbox domain for secure custom script execution with MCP tool access.
shared-state-boardShared State Boardworkflow, fullCross-agent state synchronization domain providing a global shared state board for multi-agent collaboration.
skia-captureSkia Captureworkflow, fullSkia rendering engine capture domain for UI rendering analysis and visualization.
sourcemapSourceMapfullSource map discovery, fetching, parsing, and source tree reconstruction.
streamingStreamingworkflow, fullWebSocket and SSE monitoring domain.
syscall-hookSyscall HookfullSystem call hooking domain providing system call monitoring and mapping capabilities.
traceTracefullTime-travel debugging domain that records CDP events into SQLite for SQL-based querying and heap snapshot comparison.
transformTransformfullAST/string transform domain plus crypto extraction, harnessing, and comparison tooling.
v8-inspectorV8 Inspectorworkflow, fullV8 inspector domain providing heap snapshot analysis, CPU profiling, and memory inspection.
wasmWASMfullWebAssembly dump, disassembly, decompilation, optimization, and offline execution domain.
workflowWorkflowworkflow, fullComposite workflow and script-library domain; the main built-in orchestration layer.

Key high-level entry points

  • api_probe_batch — batch-probe OpenAPI / Swagger / API paths
  • js_bundle_search — fetch a bundle remotely and search it with multiple patterns
  • page_script_register / page_script_run — register reusable page-side snippets and execute them on demand
  • doctor_environment — diagnose dependencies and local bridge health
  • cleanup_artifacts — clean retained artifacts by age or size
  • list_extension_workflows / run_extension_workflow — discover and execute external extension workflows

Released under AGPL-3.0-only