/bin2elf

Convert raw binary into elf executable.

Primary LanguageShellCreative Commons Zero v1.0 UniversalCC0-1.0

bin2elf 0

Convert raw binary into elf executable.

INSTALL

Run install script as root:

#  ./install.sh

USE

Pass your .bin as argument.

$ bin2elf prog.bin

It will generate .o and elf executable. You may discard .o file.