Skip to content
forked from bitbank2/bin_to_c

A simple Linux command line tool for turning binary files into C source code (array of unsigned chars)

License

Notifications You must be signed in to change notification settings

sgowen/bin_to_c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple command line tool for turning binary files into C source code
The output is an array of unsigned chars and is sent to stdout.
I wrote this because sometimes it's convenient to have entire binary files
encoded in your C source code instead of carrying around the data in a separate
file.

About

A simple Linux command line tool for turning binary files into C source code (array of unsigned chars)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • Makefile 4.0%