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
·

4 repositorios

Awesome GitHub RepositoriesBytecode Assemblers

Tools that translate assembly language instructions back into compiled bytecode formats.

Distinct from Assemblers: Distinct from generic machine-code assemblers by specifically targeting bytecode for virtual machines.

Explore 4 awesome GitHub repositories matching programming languages & runtimes · Bytecode Assemblers. Refine with filters or upvote what's useful.

Awesome Bytecode Assemblers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • konloch/bytecode-viewerAvatar de Konloch

    Konloch/bytecode-viewer

    15,537Ver en GitHub↗

    This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for Java class files and Android APK binaries. It provides tools to transform compiled bytecode into assembly instructions or readable source code. The toolset supports Android APK analysis and Java binary patching, allowing for the modification of source code or bytecode and subsequent recompilation into functional binaries. It includes capabilities for removing Java obfuscation and performing malware analysis through the detection of malicious code patterns. The system incorpo

    Provides the ability to reconstruct functional binary bytecode from human-readable assembly instructions.

    Javaandroidapkbaksmali
    Ver en GitHub↗15,537
  • aquynh/capstoneAvatar de aquynh

    aquynh/capstone

    8,839Ver en GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    Translates binary machine code into human-readable assembly for both hardware architectures and virtual machines.

    C
    Ver en GitHub↗8,839
  • col-e/recafAvatar de Col-E

    Col-E/Recaf

    7,252Ver en GitHub↗

    Recaf es un conjunto de herramientas especializadas para ensamblar, editar, desofuscar, descompilar e instrumentar bytecode de Java y procesos en tiempo de ejecución. Proporciona un entorno coordinado para modificar archivos de clase Java compilados y analizar el comportamiento de las aplicaciones Java. El proyecto se distingue por una capa de abstracción de múltiples niveles que permite la edición a través de diferentes formatos y un framework conectable que enruta el bytecode a través de múltiples motores de descompilación configurables. Incluye un motor de scripting embebido y una arquitectura de plugins para automatizar tareas repetitivas y extender el comportamiento del sistema. El conjunto de herramientas cubre varias áreas de capacidad de alto nivel, incluyendo análisis estático para buscar contenido de aplicaciones y simular estados de ejecución de métodos. También admite instrumentación en tiempo de ejecución para adjuntar a procesos en vivo y transformación automatizada de bytecode para eliminar la ofuscación y reparar archivos de clase. La ejecución headless es compatible a través de una interfaz de línea de comandos para integrar flujos de trabajo en tuberías de construcción externas.

    Includes a bytecode assembler for writing and injecting raw instructions using simplified syntax.

    Java
    Ver en GitHub↗7,252
  • 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

    Converts human-readable assembly language into raw machine code bytes for binary modification and injection.

    Pythonassemblerdisassembleremulator
    Ver en GitHub↗3,890
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Assemblers