convert from hex to assembly

Status
Not open for further replies.

h.galeh

Member level 3
Joined
Apr 16, 2008
Messages
66
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
Tehran, Iran, Iran
Activity points
1,690
we can catch IC's hex program using j-link - my ic is lpc1768
can we convert from hex to assembly language?
 

If the chip is not code protected, then yes and yes.

However, if you are looking at a commercial product, the chances are that the protection is enabled and you will be unable to access the code memory via jtag. It is even possible for the protection to disable jtag access completely.

See section 7.30.3 of the guide:
 

suppose we have hex file already
how should we convert it to assembly?
 

Google for "arm hex file disassembler" - you will get lots of hits. Hex-rays IDA Pro might do it.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…