2 repositorios
Conjuntos de herramientas diseñados para alterar la lógica y la estructura de binarios compilados en varias arquitecturas.
Distinto de Application Binary Modifications: Amplía el enfoque de solo modificar binarios de aplicaciones a un kit de herramientas general para la modificación binaria independiente de la arquitectura.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Kits de herramientas de modificación binaria. Refine with filters or upvote what's useful.
Miasm is a Python reverse engineering framework designed for binary analysis, disassembly, and modification. It functions as a binary analysis framework that lifts machine code into an intermediate representation to enable platform-independent security research. The system operates as a binary emulation engine and modification toolkit, allowing for the execution of binary code in a virtual environment to track state changes without native hardware. It provides tools for binary patching to update and modify raw binary files across multiple CPU architectures and executable formats. The framewo
Provides tools for updating and patching raw binary files across multiple CPU architectures and executable formats.
PE-bear is a graphical portable executable analysis tool designed for inspecting, disassembling, and modifying the structure of Windows PE binary files. It functions as a static analysis framework used to identify malicious patterns and reverse engineer program logic. The project provides a binary diffing tool to identify structural and content differences between two executable files. It also includes a section editor for modifying binary layouts by adding or altering sections and imports. The tool covers a range of binary analysis capabilities, including machine code disassembly, file layo
Adds new sections or imports to a binary to modify its internal composition and structure.