amruth-sn/kong
An agentic system that automates reverse engineering of stripped binaries using LLM-guided decompilation with Ghidra integration.

Velocity · 7d
+6.4
★ / day
Trend
→steady
star history
Kong automates the mechanical aspects of binary reverse engineering by orchestrating LLMs to recover function names, types, and struct layouts from obfuscated binaries. It builds call-graph context, triages functions, and writes recovered information back into Ghidra’s program database. The system transforms anonymous functions like FUN_00401a30 into named functions like parse_http_header with full type and parameter information.