Maker Pro
Maker Pro

Read Protected PIC

W

William P.N. Smith

Jan 1, 1970
0
Can somebody tell me who can read rome PIC protected?

The whole point of write protecting them is that you can't recover the
ROM contents. Well, you can always strip off the plastic and image
the bits, but that's a whole lot more expensive than writing your own
code...
 
E

Eric Smith

Jan 1, 1970
0
William said:
The whole point of write protecting them is that you can't recover the
ROM contents. Well, you can always strip off the plastic and image
the bits, but that's a whole lot more expensive than writing your own
code...

Won't work on most PICs, which use EPROM, EEPROM, or Flash memory
cells. There's no optically visible difference between cells storing
a 0 vs. a 1.
 
T

Theo Markettos

Jan 1, 1970
0
Eric Smith said:
Won't work on most PICs, which use EPROM, EEPROM, or Flash memory
cells. There's no optically visible difference between cells storing
a 0 vs. a 1.

Not by looking at them, but you can optically or eddy current probe them:
http://www.cl.cam.ac.uk/~sps32/

Theo
 
R

Roger Hamlett

Jan 1, 1970
0
Eric Smith said:
Won't work on most PICs, which use EPROM, EEPROM, or Flash memory
cells. There's no optically visible difference between cells storing
a 0 vs. a 1.
'Imaging', does not imply visual.
You can get the data with a SEM, but the cost is typically perhaps
$20000+. You also then have to work out where each 'bit' resides in the
physical memory structure.

Best Wishes
 
Top