2 रिपॉजिटरी
प्रोग्राम के व्यवहार को समझने के लिए संकलित बाइनरी (compiled binaries) का विश्लेषण, डिसअसेंबल और संशोधन करने के लिए व्यापक टूलसेट।
Python रिवर्स इंजीनियरिंग से अलग: उम्मीदवार विशेष रूप से Python बाइटकोड को रिवर्स इंजीनियरिंग करने पर केंद्रित हैं, न कि अन्य बाइनरी को रिवर्स इंजीनियरिंग करने के लिए फ्रेमवर्क के रूप में Python का उपयोग करने पर।
Explore 2 awesome GitHub repositories matching operating systems & systems programming · रिवर्स इंजीनियरिंग फ्रेमवर्क. 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.