bin2c
There are 6 repositories under bin2c topic.
RetroNick2020/rtbinobj
GUI tool to convert binary files to DOS Object OBJ/OMF,COFF, Amiga Hunk, and GWBASIC BSV format. Creates byte exact files as Turbo Pascal BINOBJ and Turbo C BGIOBJ. Can be used with Turbo Pascal, QuickPascal, Freepascal ,Turbo C, QuickC, and Open Watcom compilers.
AraHaan/bin2c
bin2c Conversion Tool.
huisedenanhai/bin2cpp
Dump bytes from a given binary file and write them as a C++ unsigned char array
gilzoide/file2c
Python script that generates C source files with global variables embedding binary/text file contents, with easy integration for CMake projects
darrenthebozz/Bin2C
A very simple utility for converting a binary file to a c source file with an option to append
cnyaw/jaja
A simple stack based software virtual machine for study.