avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Fw: Make Your Own JTAGICE box


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Fw: Make Your Own JTAGICE box
Date: Thu, 24 Apr 2003 16:49:47 +0200 (MET DST)

>I tried using the following command to convert the binary file into hex
>format:
>
>srec_cat -o upgrade.hex -Intel upgrade.ebn -binary

That does not work.  A simple

avr-objdump -m avr -b binary -D Upgrade.ebn

will make it quite clear that this file is not a raw binary AVR code
file.  It's probably some sort of compression that also serves the
purpose to obfuscate the contents, so reverse engineering is not that
simple.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]