Binary to Header icon
Binary to Header icon

Binary to Header

Binary to Header is a command line tool that takes any file as an argument and converts its binary data into a source header file for use in C/C++ applications. The data is stored as a character array.

Command line input/output

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
  1.  Command line interface
  2.  Portable
  3.  Code generation

 Tags

  • binary
  • header
  • development
  • development-tools
  • binary-to-text
  • binary-to-cpp
  • binary-to-c
  • bin-to-cpp
  • hexdump
  • bin-to-c
  • hex-dump

Binary to Header News & Activities

Highlights All activities

Recent activities

No activities found.

Binary to Header information

  • Developed by

    US flagJordan Irwin
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOS & Utilities

GitHub repository

  •  87 Stars
  •  21 Forks
  •  1 Open Issues
  •   Updated  
View on GitHub
Binary to Header was added to AlternativeTo by AntumDeluge on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Binary to Header?

Binary to Header is a command line tool that takes any file as an argument and converts its binary data into a source header file for use in C/C++ applications. The data is stored as a character array.

There are two versions of the app: A native executable written in C++ and a Python script. It is recommended to use the native executable if available for your platform as it is much faster. The Python version is provided as a cross-platform alternative.