This is small in-line utility for windows platform, I assume works with all, but tested only with XP and 2000


Features: Tools for manipulation with binary files, adding 2 or more to 1 file, split one file to 2 or more, inserting one bin file in another,
extracting parts of binary files, combine 8bit files to 16 bit and opposite, search in file (very usefull as you can search using "?"
instead of unknown character and you can combine hex and ascii, calculates checksum of the binary file, compare files, show hex map,
and convert to ascii-usefull for using in C or assembler.

Download lepakv v.8.0

Usage:

lepakv.exe # file1 file2 ... (All numbers are HEX) - V.8.0
# = L - adding 2 or more files: sourc1 sourc2 ... dest
# = R - split to 2 or more files: sourc dest1 dest2 ...
# = U - insert source in dest at the address: sourc dest address
# = I - extract part of the file from address: sourc dest address [length]
# = S - combine two 8-bit files to one 16-bit: sourc1 sourc2 dest
# = O - split one 16-bit file to two 8-bit: sourc dest1 dest2
# = T - search in file: sourc 'Mi a' f ? 3f 'A' 0B
# = K - checksum: sourc
# = C - compare 2 files: sourc1 sourc2
# = P - show HEX from address: sourc adresa [No. rows]
# = H - convert BIN to ASCI (eg. 0xff,...): sourc >dest



Get it from CNET Download.com!