资 源 简 介
Reprbin is rewrite of old version of reprbin.
Known bug is small memleak, but its is "unfinished feature" in future
its planned to make that feature and mem leak will fixed.
Usage:
-i file name
-o file name
-f from with to with convert
Examples:
./reprbin -i home.elf -o home.hex -f bin2hex
Supported formats:
./reprbin -?
List of supported formats:
bin2bin
bin2bit
bin2c
bin2hex
bin2html
Format examples:
Example binary file is "HelloWorld" (with newline)
bin2bit:
reprbin -i hello -o hello.bit -f bin2bit cat hello.bit 0001001010100110001101100011011011110110111010101111011001001110001101100010011001010000
bin2c:
./reprbin -i hello -o hello.c -f bin2c cat hello.c uint8_t