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

symp

C ★ 15 via github-topic
→ View on GitHub
symp is a Mach-O symbol-based tool designed for patching functions in binary files by leveraging symbol tables, export tables, and Obj-C metadata. Its primary use case is for developers and security researchers to manipulate binary files through various patching methods, including writing hex bytes, implementing predefined patches, or replacing functions with new binaries. Notable features include support for multiple symbol formats, architecture selection, and integration with the xsp tool for enhanced hex patching workflows.