User Tools

Site Tools


bin-to-db

Convert binary file to defb for source


Run this command in linux console:

hexdump -ve '"\t""\t""db""\t" 7/1 "#%02X, " 1/1 " #%02X" "\n"' $1 | sed -r 's/(, #  )+$/\n/'

where $1 is your binary file.


Navigation: asm . compilation . linux . windows . mac . back to start

bin-to-db.txt · Last modified: 2017/11/25 17:42 by darkbyte