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 RepositoriesMachine Opcode Calculations

Tools for computing and mapping hardware-specific operation codes for binary analysis.

Distinct from Virtual Machine Instruction Education: None of the candidates cover the actual computation of x86/x64 opcodes for analysis; candidates are either educational or unrelated AI/Awesome lists.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Machine Opcode Calculations. Refine with filters or upvote what's useful.

Awesome Machine Opcode Calculations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • corkami/picsAvatar de corkami

    corkami/pics

    11,464Ver en GitHub↗

    Pics is a comprehensive reference library providing visual documentation for binary file structures, character encodings, processor instruction sets, and hardware architecture maps. It serves as a centralized resource for the dissection and analysis of diverse binary formats, including executables, images, and archives. The project specializes in mapping complex specifications into visual layouts. This includes the creation of schematic diagrams to explain the physical and logical organization of hardware components and the maintenance of a catalog for processor opcodes across multiple hardwa

    Organizes processor instruction sets into searchable grids linking binary codes to assembly mnemonics.

    Assembly
    Ver en GitHub↗11,464
  • horsicq/detect-it-easyAvatar de horsicq

    horsicq/Detect-It-Easy

    10,266Ver en GitHub↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    Provides capabilities to compute x86 and x64 operation codes for low-level binary analysis and instruction mapping.

    JavaScriptbinary-analysisdebuggerdetect
    Ver en GitHub↗10,266
  1. Home
  2. Operating Systems & Systems Programming
  3. Machine Opcode Calculations

Explorar subetiquetas

  • Instruction Set GridsSearchable tabular mappings linking binary opcodes to human-readable assembly mnemonics. **Distinct from Machine Opcode Calculations:** Focuses on the visual tabular reference of opcodes rather than the calculation of opcode values.