Kong: Agentic Reverse Engineering
The world's first fully-autonomous reverse engineer.
Kong: Agentic Reverse Engineering – Fully autonomous binary decompilation
Summary: Kong is a fully autonomous reverse engineering agent that decompiles binaries, including stripped and obfuscated ones, into readable C code with functional naming and explanations. It currently supports x86 and ARM64 architectures and organizes output by complexity and domain.
What it does
Kong processes binaries to produce fully decompiled C output with deobfuscation and function explanations. It supports x86/ARM64 and plans to expand via triaging and Ghidra extensions.
Who it's for
It is designed for users needing automated binary analysis and decompilation for medium-length binaries with hundreds of functions.
Why it matters
Kong automates reverse engineering, enabling detailed analysis of complex or obfuscated binaries without manual intervention.