Skip to content

Native Bridge

Domain: native-bridge

Native analysis bridge domain for local loopback HTTP bridges to Ghidra, IDA, Rizin/r2, and Binary Ninja, covering function listing, decompilation/disassembly, string search, xrefs, and symbol sync.

Profiles

  • full

Typical scenarios

  • Check local disassembler bridge health
  • Open binaries and list functions, segments, and strings
  • Decompile functions through Ghidra, IDA, or Binary Ninja
  • Run analysis commands through Rizin/r2
  • Synchronize native symbols across backends

Common combinations

  • native-bridge + binary-instrument
  • native-bridge + process

Full tool list (6)

ToolDescription
native_bridge_statusCheck native bridge backend health.
ghidra_bridgeSend a command to a Ghidra headless analysis bridge.
ida_bridgeSend a command to an IDA Pro plugin bridge.
rizin_bridgeSend a command to a local Rizin/r2 analysis bridge.
binary_ninja_bridgeSend a command to a local Binary Ninja analysis bridge.
native_symbol_syncExport native symbols to connected analysis backends. Supports json/csv/idc/sqlite output; an optional sinceHash requests an incremental export (only changed symbols) from backends that support it.

Released under AGPL-3.0-only