Wir kuratieren Open-Source GitHub Repositories passend zu „challenge solvers“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.
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.