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

ctf_import

via awesome-list
→ View on GitHub
ctf_import is a lightweight library that facilitates the execution of functions from stripped binaries across different operating systems, provided the appropriate function offset and signature are known. It is primarily used for reverse engineering tasks where users can quickly invoke specific functions without needing complete binary access. Notable features include simplicity of use with minimal setup and compatibility across various OS environments, though it does not support cross-architecture execution or handle system calls and global variables.