awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Assembly and Disassembly

मशीन कोड और मानव-पठनीय असेंबली भाषा के बीच द्वि-दिशात्मक अनुवाद।

Binary Disassembly से अलग: यह बाइनरी संशोधन के लिए असेंबली और डिसअसेंबली दोनों को एक एकल एकीकृत क्षमता में जोड़ता है।

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Assembly and Disassembly. Refine with filters or upvote what's useful.

Awesome Binary Assembly and Disassembly GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cea-sec/miasmcea-sec का अवतार

    cea-sec/miasm

    3,890GitHub पर देखें↗

    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.

    Pythonassemblerdisassembleremulator
    GitHub पर देखें↗3,890
  • hyperdbg/hyperdbgHyperDbg का अवतार

    HyperDbg/HyperDbg

    3,885GitHub पर देखें↗

    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.

    Cbinary-analysisdebugdebugger
    GitHub पर देखें↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Assembly
  5. Binary Assembly and Disassembly

सब-टैग एक्सप्लोर करें

  • Binary Structure AnalysisNavigate, rename, and reformat assembly instructions and data types to improve code readability during reverse engineering tasks. **Distinct from Binary Assembly and Disassembly:** Distinct from Binary Assembly and Disassembly: focuses on the structural organization and labeling of code for human readability rather than just translation.