1 repositorio
Utilidades de propósito general para aplicar parches a archivos binarios sin procesar independientemente del tipo de aplicación de destino.
Distinto de Application Binary Patching: Se diferencia del parcheo específico de la aplicación al proporcionar un kit de herramientas de propósito general para cualquier archivo binario sin procesar.
Explore 1 awesome GitHub repository matching software engineering & architecture · Parcheo binario genérico. 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
Ships utilities for modifying raw binary files and updating executable formats across different architectures.