aboutsummaryrefslogtreecommitdiffstats
path: root/ida-tui
diff options
context:
space:
mode:
Diffstat (limited to 'ida-tui')
-rwxr-xr-xida-tui12
1 files changed, 7 insertions, 5 deletions
diff --git a/ida-tui b/ida-tui
index d1f4179..ed4db09 100755
--- a/ida-tui
+++ b/ida-tui
@@ -2,12 +2,14 @@
# Caveman launcher for the IDA TUI:
#
# ./ida-tui foo.elf # open a binary and drive it — that's it
-# ./ida-tui # attach to the sole open session
-# ./ida-tui --db <id> # attach to a specific session
+# ./ida-tui # attach to the sole open session (mcp)
+# ./ida-tui --db <id> # attach to a specific session (mcp)
#
-# It starts the ida-pro-mcp supervisor if it's down, recovers a binary left
-# wedged by a crashed worker, opens/adopts the session, and drops you into the
-# TUI. Uses the venv python that has textual (override with $IDATUI_PYTHON).
+# Opening a binary now spins up our own idalib worker (a unix-socket subprocess;
+# no HTTP, no supervisor). --db/attach still use the deprecated ida-pro-mcp
+# path; pass --backend mcp to force it. Uses the venv python that has textual
+# (override with $IDATUI_PYTHON); the worker auto-picks the python that has
+# ida_pro_mcp (override with $IDATUI_WORKER_PYTHON).
set -eu
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)