awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • corkami/picscorkami 的头像

    corkami/pics

    11,464在 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
    在 GitHub 上查看↗11,464
  • horsicq/detect-it-easyhorsicq 的头像

    horsicq/Detect-It-Easy

    10,266在 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
    在 GitHub 上查看↗10,266
  1. Home
  2. Operating Systems & Systems Programming
  3. Machine Opcode Calculations

探索子标签

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