Rare find

DecompAI. Chat with an AI assistant that reads and explains compiled computer programs.

github.com/louisgthier/decompai

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2025
  • feat: containerize app and add publishing workflow
May 2025
  • Update README.md
  • refactor: clean up Dockerfile by removing commented-out installation …
  • feat: enhance Dockerfile with additional dependencies for Ninja, Meso…
April 2025
  • refactor: update Dockerfile to use Kali Linux base image, streamline …
  • chore: update LICENSE to include attribution requirement for modifica…
  • feat: add Ghidra integration with post-script execution and function …
  • feat: install file and MIPS objdump in Dockerfile, add architecture d…
  • feat: integrate Google Gemini support, enhance state management, and …
  • feat: replace Gradio ChatBot with ChatInterface
March 2025
  • feat: add SandboxedShellTool for executing shell commands in a Docker…
  • refactor: rename the directory to hold sessions and agent workspace a…
  • feat: give access to new dump_memory and get_string_at_address tools
  • chore: lint and remove dummy tools
  • feat: add 'disassemble_function' tool, handle rate limits, add tests …
  • fix: refactor project for use with Google Gemini
January 2025
  • feat: add sessions based on binary hash so that users can have differ…
  • chore: refactor, fix gradio hot reload, save langgraph state and relo…
  • chore: update README.md
  • feat: create the LangGraph and Gradio app