??? 08/16/06 17:00 Read: times |
#122352 - LPC Protection Responding to: ???'s previous message |
So, unless you are worried about not being able to stop someone from using your code AS IS, drop the movc protection.
I agree with Erik. Your code is in binary format and would have to be disassembled back to source asm (or even much harder, C). So except for "Xerox" copies, I don't think using that protection method buys you anything. The LPC won't read out it's own code in a programmer anyway. Perhaps for added safety, have the programming method of choice "zero-out" the unused cells. This would prevent the thievery that I think Erik is hinting at. GB |