2 repositorios
Conjuntos de herramientas integrales para analizar, desensamblar y modificar binarios compilados para comprender el comportamiento del programa.
Distinto de Python Reverse Engineering: Los candidatos se centran específicamente en la ingeniería inversa de bytecode de Python, no en el uso de Python como framework para realizar ingeniería inversa de otros binarios.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Frameworks de ingeniería inversa. 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 a Python-based framework for automating the disassembly and analysis of compiled programs.
WAuxiliary_Public is a dynamic code instrumentation framework and application plugin framework designed to intercept and alter the execution flow of compiled applications. It functions as a process injection toolkit and software reverse engineering tool, enabling the injection of custom logic into active application memory spaces to extend functionality without requiring original source code. The framework specifically provides capabilities for extending the WeChat desktop client. It achieves this through runtime process injection and software reverse engineering to modify internal operations
Provides a comprehensive toolset for analyzing and modifying compiled binaries to understand program behavior.