Hex Decompilers for PIC

Posted by Chathuranga Chandrasekara on Stack Overflow See other posts from Stack Overflow or by Chathuranga Chandrasekara
Published on 2010-06-03T10:18:18Z Indexed on 2010/06/03 10:44 UTC
Read the original article Hit count: 317

I've faced to a problem with a PIC Micro controller.

I have a micro-controller programmed by me long time ago and I lost the relevant source code and the schematic diagrams. Now I need to invert the value of a port. I can do this using some NOT gates but it is a big hassle to do so. or alternatively I will need to write the whole program back.

I don't expect to see the code back in PIC C or MikroC. Having an understandable assembly code would be sufficient.

So do anyone has any experience on a good HEX decompiler that I can use for this purpose? Any comments based on your experience? :)

© Stack Overflow or respective owner

Related posts about embedded

Related posts about Hardware