|
|
|
|
|
by anemic
3197 days ago
|
|
Most interesting part is that they managed to get the hex dump of the software. Quick glance shows there are no copyright texts in it, bummer! I'm not an expert in PIC assembly but it seems there is very little code and there are no obvious code paths, like a switch..case like construct for processing the serial commands. Lots of I/O and not much more. Most likely they are not decoding the magstripe data in PIC but just get the decoded data and store it. |
|
Edit: And the reset vector begins with a branch to location 0x001ACA, which is all zeroes, so I'm pretty sure most of the firmware was not read out due to the code protection.