2 रिपॉजिटरी
Automatically generating C-style arrays from binary data for embedding in source files.
Distinct from Source Code Templates: Specific to converting raw bytes to C arrays, distinct from general high-level source code templating.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Binary-to-C Array Generation. Refine with filters or upvote what's useful.
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
Exports binary data as C-style arrays for direct inclusion in source code files.
Fluent Bit is a cloud-native log shipper and unified telemetry collector designed as a resource-efficient data pipeline. It ingests logs, metrics, and traces from multiple sources, processing them in real-time before routing the data to external storage backends. The project functions as a real-time stream processor and OpenTelemetry log processor, capable of transforming and filtering data using SQL and conditional logic. It also acts as a distributed tracing agent that can sample traces to reduce data volume while preserving full request paths. The system provides reliable data delivery th
Includes a build-time utility to convert external text files into C arrays for direct binary embedding.