awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesEnsamblado y desensamblado binario

Traducción bidireccional entre código máquina y lenguaje ensamblador legible por humanos.

Diferente de Binary Disassembly: Combina tanto el ensamblado como el desensamblado en una única capacidad integrada para la modificación binaria.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Ensamblado y desensamblado binario. Refine with filters or upvote what's useful.

Awesome Ensamblado y desensamblado binario GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cea-sec/miasmAvatar de cea-sec

    cea-sec/miasm

    3,890Ver en GitHub↗

    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
    Ver en GitHub↗3,890
  • hyperdbg/hyperdbgAvatar de HyperDbg

    HyperDbg/HyperDbg

    3,885Ver en GitHub↗

    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
    Ver en GitHub↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Assembly
  5. Binary Assembly and Disassembly

Explorar subetiquetas

  • 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.