This application allows you to theoretically convert .hex files designed for a specific USB jailbreak device over to another USB jailbreak device. (e.g. teensy++ hex file to minimus avr hex file).
FROM README:
WHAT IT IS?
Its a tool to extract the payload components from an hex file and to paste over
another, so teorically is a tool that might help to port any new released
payload to another board.
It also work if you want extract .bin payload files for your specific board
flasher.
What Parameters it require?
a) Donor File, the .hex file that has the payload you want to copy
b) Acceptor File, the .hex file that has an image of working code for
your board
c) Destination File, The output file resulting. (The tool dont overwrite
the Acceptor file)
d) Optional you can tweak the max-address, this is to limit the payload
check range as it consume memory, set to the default. Any address
above this value will not be checked and just copied to the output file
to preserve it (by example the pic configuration bits)