2 रिपॉजिटरी
विभिन्न आर्किटेक्चर में प्रोग्राम के व्यवहार को बदलने या बाधाओं को हटाने के लिए रॉ बाइनरी फाइलों को संशोधित करना।
Binary Patching से अलग: उम्मीदवार Mach-O, Java, या Game ROMs तक सीमित हैं; यह एक सामान्य-उद्देश्य वाली बाइनरी पैचिंग क्षमता है।
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Patching. 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.
Lilu is a kernel patching engine and runtime code injection framework designed to modify kernel drivers and libraries in memory. It functions as an operating system customization framework that intercepts function calls and redirects execution flow within the kernel to resolve hardware compatibility issues and adjust system stability. The project employs a modular platform that allows for the injection of code and the modification of system libraries during the boot process without altering files on disk. It utilizes a plugin-based extension architecture and a standardized API interface to lo
Provides binary patching capabilities that operate across both 64-bit and 32-bit system architectures.