Kratos is an AI-native reverse-engineering suite — disassembly, decompilation, and live debugging — with a built-in agent that reads the machine alongside you. Named for the god of raw strength; built to break anything open.
FREE ON GITHUB · WINDOWS NOW · LINUX SOON
Step through real execution in a live CPU view. Registers, stack, call stack, threads and breakpoints update in real time as the target runs — freeze a thread, follow a jump, and catch the moment it branches.
Kratos lifts raw bytes into clean pseudocode and resolves strings and symbols automatically. The branch that gates "Access granted" is one glance away — not an afternoon of tracing.
Kratos tracks every edit inline against the original binary — original bytes surface in a diff overlay right inside the disassembly. Revert individual patches in one click, or keep them. No separate diff tool, no lost context.
Kratos doesn't bolt a chatbot onto the side. The agent has full context of the open binary — and can drive the tools itself.
Ask about any function, string, or branch. The agent reads the open binary's context and answers inline — naming functions, explaining logic, spotting the check you're hunting for.
Expose Kratos over a local HTTP/SSE endpoint so Claude Code and other MCP agents can connect and drive analysis directly — no subprocess wrangling.
OpenAI, Anthropic, or a local model — Kratos supports multiple AI providers. You choose the brain; your keys and your binaries stay yours.
Disassemble cold, then debug live. Switch between the two views on the same binary without losing your place.
Built-in algorithms recover obfuscated and encrypted strings automatically, surfacing the secrets a packer tried to hide.
Lift assembly into readable pseudocode across whole functions, with resolved calls and labelled control flow.
Script your analysis in an embedded Python console — automate renaming, patching, and bulk inspection.
Watch live traffic with TLS stripping, so encrypted HTTPS calls become readable as the sample phones home.
Serve Kratos over HTTP/SSE so external AI agents can connect and orchestrate analysis end to end.
Every edit is diffed against the original inline. Review, revert or keep individual patches without leaving the disassembly view.
Windows available now. Linux coming soon.