You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin2cpp is a command line tool for embedding small files (like images, icons or raw data files) into a C++ executable.
8
+
bin2cpp is a command line tool for embedding small files (like images, icons or raw data files) into a C or C++ executable.
9
9
10
-
When executed, bin2cpp takes binary file as input and outputs c++ code (a function) that when called allows a c++ program to retrieve the content of the input binary file.
10
+
When executed, bin2cpp takes binary file as input and outputs C or C++ code (a function) that when called allows a program to retrieve the content of the input binary file.
11
11
12
12
13
13
@@ -22,13 +22,6 @@ Build:
22
22
| Ubuntu 20.04 |[](https://github.com/end2endzone/bin2cpp/actions/workflows/build_linux.yml)|[](https://github.com/end2endzone/bin2cpp/actions/workflows/build_linux.yml)|
23
23
| macOS 10.15 |[](https://github.com/end2endzone/bin2cpp/actions/workflows/build_macos.yml)|[](https://github.com/end2endzone/bin2cpp/actions/workflows/build_macos.yml)|
0 commit comments