نحن نختار بعناية مستودعات GitHub مفتوحة المصدر التي تطابق “challenge solvers”. النتائج مرتبة حسب صلتها ببحثك — استخدم الفلاتر أدناه للتضييق، أو قم بتحسين البحث باستخدام الذكاء الاصطناعي.
Pwntools is a Python-based framework designed for rapid prototyping and automation in binary exploitation, reverse engineering, and security research. It serves as a comprehensive toolkit for interacting with local and remote processes, providing the primitives necessary to manage complex exploit workflows and streamline security analysis tasks. The framework distinguishes itself through its specialized capabilities for binary manipulation and automated exploit construction. It includes dedicated utilities for parsing executable file formats, assembling and disassembling machine code, and gen
Pwntools is a Python framework for automating binary exploitation and reverse engineering tasks, making it a focused CTF solving tool for pwn challenges, but it does not cover other challenge categories such as web, crypto, or forensics.