Richkware is a modern C++20 framework for building educational malware agents. It provides a comprehensive, secure, and modular architecture for understanding malware mechanics and cybersecurity defense strategies.
Stars
539
Forks
124
Watchers
539
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Potential fix for code scanning alert no. 14: Use of potentially dangerous function
86f8aa8View on GitHubPotential fix for code scanning alert no. 15: Use of potentially dangerous function
ea41ab4View on GitHubPotential fix for code scanning alert no. 11: Use of potentially dangerous function
3ac77ffView on GitHubPotential fix for code scanning alert no. 12: Use of potentially dangerous function
81cf632View on GitHubComplete CI/CD setup: Add CodeQL analysis, update README badges, remove AppVeyor
d2a3321View on GitHubFinal MSVC compilation fixes: cast size_t conversions, fix bmp_data scope, disable deprecated warnings
cd112c6View on GitHubFix MSVC compilation errors: cast size_t to int/DWORD for OpenSSL and Windows APIs
eb8c46cView on GitHubChange CreateProcess to CreateProcessW for wide string support
74170e2View on GitHubFix Windows MSVC compilation errors: sysconf alternative, CreateProcessW, unused params, bmp_data declaration, socket cast, SSL_write cast, remove DELETE case
34ea0fcView on GitHubUpdate README with detailed platform support and CI build matrix
aec1217View on GitHubFix Config initialization in tests to include all fields and correct types
a12fdd3View on GitHub