TsingShui

A CLI-first, headless, AI-native IDA Pro bridge built on Unix philosophy.

15
1
100% credibility
Found May 10, 2026 at 15 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Python
AI Summary

A companion tool for IDA Pro that exports binary analysis to plain text files with real-time syncing and provides text-based querying and editing interfaces.

How It Works

1
🔍 Discover the tool

You hear about a helpful companion that makes studying the insides of computer programs easier without needing the full graphical interface.

2
📦 Get it ready

Follow a few simple steps to prepare the tool on your computer alongside your program analysis software.

3
📂 Open your program file

Tell the tool which program file to examine, and it starts breaking it down automatically.

4
Explore the results

Folders appear filled with plain text files showing every function's code in readable form, plus lists of strings, imports, and connections between parts.

5
Choose your way to interact
Quick questions

Send simple requests like 'show disassembly here' and get answers piped right back.

🗣️
Chatty shell

Jump into an ongoing conversation to ask, rename, note, and explore step by step.

6
📝 Make changes

Rename functions, add comments, or tweak bytes, and everything updates instantly across your files.

🎉 Unlock the secrets

You now have a complete, up-to-date map of the program's workings, perfect for sharing, scripting, or feeding to smart assistants.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 15 to 15 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is ida-agent-bridge?

ida-agent-bridge is a Python-built, CLI-first, headless, AI-native bridge for IDA Pro, following Unix philosophy. Run `ida-bridge binary` to export decompilations as .c files per function, plus TSV indexes for strings, imports, and calls—all syncing to filesystem in real-time as you rename or patch. Agents treat binaries like files; commands pipe plain text to grep, awk, or jq for github cli first steps in analysis pipelines.

Why is it gaining traction?

Real-time FS updates cascade to callers on changes, with incremental exports skipping unchanged functions for second-run speed. Netcat to localhost:13120 for !pdc pseudocode, !axt xrefs, !pdf disasm, or Python REPL scripts—plus rlwrap shell for interactive sessions. Headless design lets AI agents or scripts chain IDA output without GUI.

Who should use this?

Reverse engineers scripting binary analysis on servers, AI devs building agents that query IDA decompilations, or malware hunters piping xrefs/strings into tools. Suits teams automating IDA Pro for CI or LLM prompting.

Verdict

At 15 stars and 1.0% credibility score, it's immature—light tests, niche deps like IDA 9.1+—but docs shine for quick setup. Try for Unix-style IDA if you're agent-building; otherwise, watch for polish.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.