Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

bin2h

Convert binary files into text files for compiling inside of programs.

Example input:

01 02 03 0A 0B 0C

Example output:

6

0x01, 0x02, 0x03, 0x0A, 0x0B, 0x0C

About

Convert binary files into text files.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages