awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • corkami/picsالصورة الرمزية لـ corkami

    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-easyالصورة الرمزية لـ horsicq

    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.