bin2c icon indicating copy to clipboard operation
bin2c copied to clipboard

A very simple utility for converting a binary file to a c source file

Results 3 bin2c issues
Sort by recently updated
recently updated
newest added

could you make this for windows also i tried using linux and gives me errors when installing it

I made a minor change to support an (optional) -w flag to support 16-bit word output in addition to the 8-bit byte output.

Hi, is the data fully copied into memory when you run the executable, or can you access it "on demand"? I mean, if my code includes a 1GB zip file,...