2 रिपॉजिटरी
मशीन कोड और मानव-पठनीय असेंबली भाषा के बीच द्वि-दिशात्मक अनुवाद।
Binary Disassembly से अलग: यह बाइनरी संशोधन के लिए असेंबली और डिसअसेंबली दोनों को एक एकल एकीकृत क्षमता में जोड़ता है।
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Assembly and Disassembly. 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
Translate assembly language into machine code and convert binary bytes back into human-readable instructions.
HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp
Translates raw memory at specified virtual addresses into human-readable assembly instructions for analysis.