> cat /dev/github | grep security-tools
discovered 03 Aug 2026

decomp2dbg

via awesome-list
→ View on GitHub
decomp2dbg is a tool designed to facilitate synergy between static decompilation and dynamic debugging processes in reverse engineering. Its primary use case is to enable seamless synchronization of symbols and lines between decompilers such as IDA Pro, Binary Ninja, and Ghidra, and debuggers like gdb, thereby minimizing context switching and enhancing analysis efficiency. Notable features include a generic API for decompiler-to-debugger communication and support for various well-known decompilers and debuggers, allowing users to easily connect and share insights between tools.