/bin2hpp

Binary to C-array converter

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Binary to C-array converter

This tool converts binary files into C-style arrays. It is useful for embedding binary data directly into C/C++ source code.

Download and build

You can view the source code repository on GitHub or get a copy using git with the following command:

git clone https://github.com/reybits/bin2hpp.git
cd bin2hpp
make release

Usage

bin2hpp input_path [output_path] [options]

output_path and options are optional.


© 2000-2024 Andrey A. Ugolnik. All Rights Reserved. | https://www.ugolnik.info | andrey@ugolnik.info