Selectăm repository-uri open-source de pe GitHub care se potrivesc cu „challenge solvers”. Rezultatele sunt clasificate după relevanța față de căutarea ta — folosește filtrele de mai jos pentru a rafina rezultatele sau utilizează AI-ul.
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.