awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesBinary Specification Validation

Verification that a binary module adheres to the structural and logical requirements of its specification.

Distinct from Optimization Module Validators: Candidates focus on loading or optimization logic; this is specifically about validating adherence to a binary format specification.

Explore 4 awesome GitHub repositories matching testing & quality assurance · Binary Specification Validation. Refine with filters or upvote what's useful.

Awesome Binary Specification Validation GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • webassembly/binaryenWebAssembly का अवतार

    WebAssembly/binaryen

    8,354GitHub पर देखें↗

    Binaryen is a WebAssembly compiler toolchain and optimizer designed to transform, validate, and shrink binary modules. It provides a comprehensive intermediate representation framework that converts binary code into a single-assignment form to enable advanced program analysis and code transformation. The project includes a specialized transformation engine that applies iterative optimization passes to increase execution speed and reduce binary size. Additionally, it functions as a transpiler that translates WebAssembly binary modules into executable JavaScript for environments that lack nativ

    Checks constructed modules for structural or logical errors to ensure adherence to the WebAssembly specification.

    WebAssemblyc-plus-pluscompilersemscripten
    GitHub पर देखें↗8,354
  • webassembly/wabtWebAssembly का अवतार

    WebAssembly/wabt

    8,038GitHub पर देखें↗

    The WebAssembly Binary Toolkit is a suite of tools for inspecting, validating, and transforming WebAssembly modules between binary and human-readable representations. It includes a stack-based interpreter for executing modules and a transpiler that converts binary files into C source code and headers. The toolkit provides utilities for assembling human-readable text into binary modules and disassembling binary files back into text. It features a text formatter for normalizing definitions into a canonical flat representation and supports the conversion of binaries into S-expression formats. T

    Verifies that binary modules adhere to the structural and logical requirements of the WebAssembly specification.

    C++
    GitHub पर देखें↗8,038
  • jart/blinkjart का अवतार

    jart/blink

    7,534GitHub पर देखें↗

    Blink is a JIT-based instruction emulator and x86-64 Linux emulator designed to run Linux binaries and ELF files across different host operating systems and architectures. It functions as a binary execution sandbox and system call simulator, providing a controlled environment for running programs. The project distinguishes itself with a terminal user interface for monitoring execution, managing breakpoints, and visualizing JIT compilation paths. It supports self-modifying code through a cache-invalidating memory model and provides execution environment isolation using restricted directory ove

    Runs industry-standard test suites to validate the accuracy of system call emulation and binary execution.

    C
    GitHub पर देखें↗7,534
  • snesrev/zelda3snesrev का अवतार

    snesrev/zelda3

    4,654GitHub पर देखें↗

    This project is a reverse-engineered game port and reimplementation of a classic title designed to run natively on modern hardware. It utilizes a custom game engine that recreates original machine code logic and uses extracted assets to provide a playable experience. The implementation ensures behavioral parity through frame-perfect logic verification, comparing real-time execution against reference logs. It distinguishes itself with a multi-language localization system that extracts dialogue and fonts from regional files, as well as visual enhancements including pixel shaders, widescreen asp

    Ensures behavioral parity by comparing real-time execution against reference logs for frame-perfect logic verification.

    C
    GitHub पर देखें↗4,654
  1. Home
  2. Testing & Quality Assurance
  3. Binary Specification Validation

सब-टैग एक्सप्लोर करें

  • Emulation Accuracy VerificationsTests used to verify that an emulator correctly reproduces the behavior and system call interfaces of a target architecture. **Distinct from Binary Specification Validation:** Focuses on verifying the correctness of the emulation layer rather than validating binary format specifications.