awesome-repositories.com
ब्लॉग
MCP
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,464GitHub पर देखें↗

    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,266GitHub पर देखें↗

    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.