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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesBinary-to-C Header Generators

Utilities that convert binary data into C-style arrays or headers for direct source code integration.

Distinct from C++: Distinct from general C++ code generation as it specifically transforms raw binary blobs into C source arrays.

Explore 4 awesome GitHub repositories matching development tools & productivity · Binary-to-C Header Generators. Refine with filters or upvote what's useful.

Awesome Binary-to-C Header Generators GitHub Repositories

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

    sharkdp/hexyl

    9,971GitHub पर देखें↗

    Hexyl is a colored hex dump utility and binary data viewer for the terminal. It allows for the inspection of binary files by rendering contents as a colored hex dump to distinguish between different byte categories, such as printable text, whitespace, and null bytes. The tool includes a C-style hex exporter that transforms binary data into C include files for direct integration into source code. It supports visual layout customization through configurable panels and borders, as well as the ability to define colors for byte categories and offsets using terminal colors or RGB hex codes via envi

    Transforms binary data into C include files for direct integration into source code.

    Rustbinary-datacommand-linehexadecimal
    GitHub पर देखें↗9,971
  • nst/ios-runtime-headersnst का अवतार

    nst/iOS-Runtime-Headers

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

    iOS-Runtime-Headers is a collection of Objective-C header files and tooling used to expose private and undocumented iOS system APIs. These definitions are generated through runtime introspection of the live operating system to uncover hidden class methods and properties. The project enables the use of undocumented iOS API definitions for internal Apple frameworks. It provides the necessary header files to allow a compiler to link against private system symbols and verify types for undocumented system calls. The tooling covers several technical areas, including memory-mapped metadata extracti

    Generates C-style declaration files from discovered metadata to allow the compiler to link against private symbols.

    Objective-C
    GitHub पर देखें↗7,973
  • lmarzen/esp32-weather-epdlmarzen का अवतार

    lmarzen/esp32-weather-epd

    5,954GitHub पर देखें↗

    This is an ESP32 firmware project that turns a low-power E-Paper display into a weather dashboard. The device runs on battery power with USB-C recharging, periodically fetches weather forecasts from a remote JSON API, and renders them on the screen alongside indoor sensor readings and battery status. The project includes a build-time SVG-to-C header converter that embeds weather icons directly into the firmware binary, and those icons can be rotated programmatically to align with wind direction before display. An error state machine handles API failures, low battery, time sync issues, and Wi-

    Converts SVG weather icons into C header arrays at build time for direct firmware inclusion.

    Cdisplayeinkembedded
    GitHub पर देखें↗5,954
  • hyperdbg/hyperdbgHyperDbg का अवतार

    HyperDbg/HyperDbg

    3,885GitHub पर देखें↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Converts binary data and symbols into C-style header definitions for external analysis.

    Cbinary-analysisdebugdebugger
    GitHub पर देखें↗3,885
  1. Home
  2. Development Tools & Productivity
  3. Project Scaffolding, Config & Code Generation
  4. Code Generation
  5. C++
  6. Binary-to-C Header Generators

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

  • Objective-C Header SynthesisGenerating C-style headers from runtime metadata to enable compiler linking against private symbols. **Distinct from Binary-to-C Header Generators:** Specifically synthesizes Objective-C headers from runtime introspection instead of converting static binary blobs to arrays
  • SVG-to-Header ConvertersBuild-time tools that convert SVG icon files into C header arrays for direct inclusion in embedded firmware. **Distinct from Binary-to-C Header Generators:** Distinct from Binary-to-C Header Generators: focuses specifically on SVG vector graphics conversion rather than arbitrary binary data.