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

external-process

C++ ★ 12 via github-topic
→ View on GitHub
The external-process framework provides mechanisms for interacting with external Win32 processes, enabling operations such as reading and writing process memory, allocating memory, calling functions with various calling conventions, and performing code injection. It is primarily used for creating trainers or utilities that modify the behavior of running applications. Notable features include the ability to search for byte sequences in memory and a built-in external process simulator for testing purposes.