1 repositorio
Modificación de archivos binarios sin procesar para cambiar el comportamiento del programa o eliminar restricciones en diferentes arquitecturas.
Diferente de Binary Patching: Los candidatos se limitan a Mach-O, Java o ROMs de juegos; esta es una capacidad de parcheo binario de propósito general.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Parcheo binario. 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
Updating raw binary files to change program behavior or remove constraints across various executable formats and CPU architectures.