codenaschen.de » June 2012 » CR16C IDA Disass Plugin

CR16C Processor Plugin for IDA Pro

I started to reverse engineer the Gigaset M34 DECT USB Stick. In his Baseband-Chip (SC14428) works a CR16C CPU. I didn't found any usable disassembler for this CPU, so the first step should be to write my own. Here it is....

...its not complete, there are a lot of not fully supported opcodes. They will follow in the next months, if I work longer on the SC14428.

As usual you find the source on my github account, or checkout the code via

git clone git://github.com/krater/CR16C-IDA-Pro-Plugin.git

Its licensed under GPL v2.