Quote: Originally Posted by archimense
I have already read the external ROM by socketing the chip. It contains code and data/maps, but not any code for flashing memory. HEX is not unworkable if you have a good dissambler like IDA Pro, and the instruction set manual.
The C167CR processor does not have it's internal flash read or write protected. The code in external ROM makes function calls into the code in internal ROM, this would not be allowed if the processor had memory protection enabled.
What I meant was, its pointless dissasembling HEX when its encrypted, but since you are sure its not then go ahead and see what you can make out of it.
I would have thought they would have something read protected/encrypted in the design. Its a common practice for me atleast to read protect and encrypt the flash data/file in my design just enough to put off the casual hacker.
But I think you already have everything to hack it. Good luck but let us know how it goes.