On 31 Jan 2011 at 18:02, Tom Uban wrote:
I have a friend who is trying to reverse engineer a
board
with a PIC18LF4620. It has a bit less than 64K of code which
I assume was produced with a C compiler. Does anyone know if
there are good decompilers for these PICs?
I've used IDA for just about everything; it's a great product. There
is a disassembly module for PIC12/16 and 18. There is also a C
decompiler module, but I don't know if it extends to PIC.
--Chuck