end2endzone/bin2cpp
bin2cpp: The easiest way to embed small files into a c++ executable. bin2cpp converts text or binary files to C++ files (*.h, *.cpp) for easy access within the code.
This tool helps C/C++ developers embed small files like images, icons, configuration files, or shaders directly into their executable. It takes binary or text files as input and generates C/C++ source code that provides easy access to the embedded content. The primary user is a C/C++ developer who wants to distribute their application as a single, self-contained file, reducing dependencies and enhancing portability.
No commits in the last 6 months.
Use this if you are a C/C++ developer creating an application and want to bundle its static assets directly into the executable, making it easier to distribute and preventing tampering with resources.
Not ideal if you are working with very large files or frequently changing resources, as recompiling your application for every resource change might be inefficient.
Stars
91
Forks
10
Language
C++
License
MIT
Category
Last pushed
Aug 31, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/end2endzone/bin2cpp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
howerj/dbcc
CAN DBC to C (and CSV, JSON and XML) compiler using the mpc parser combinator library
JhnW/devana
Python package to parse and generate C/C++ code as context aware preprocessor.
biojppm/regen
Easy C++ reflection and code generation
SoftSec-KAIST/CodeAlchemist
CodeAlchemist: Semantics-Aware Code Generation to Find Vulnerabilities in JavaScript Engines (NDSS '19)
Samsung/UTopia
UT based automated fuzz driver generation