Search found 3 matches
- Tue Dec 18, 2012 12:19 pm
- Forum: Technical questions
- Topic: Lock serial number to hardware - how does it work?
- Replies: 5
- Views: 11475
Re: Lock serial number to hardware - how does it work?
I read through this manual. What I don't understand is the following: Assume that I have protected my customer's application and locked some code to a serial number, which I in turn locked to a hardware identifier by specifying a certain "field". Is the hardware identifier retrieved direct...
- Mon Dec 17, 2012 1:19 am
- Forum: Technical questions
- Topic: Lock serial number to hardware - how does it work?
- Replies: 5
- Views: 11475
Re: Lock serial number to hardware - how does it work?
Thank you very much! So my first question should actually refer to the serial number: How is my customer's serial number checked at runtime of the protected application? More precisely, I understand that my customer holds some serial number that I gave to them (A), and some code that performs a chec...
- Wed Dec 12, 2012 6:09 pm
- Forum: Technical questions
- Topic: Lock serial number to hardware - how does it work?
- Replies: 5
- Views: 11475
Lock serial number to hardware - how does it work?
Hello, I have two questions converning the "lock serial number to hardware" feature. 1. Is it right that as the obfuscated application starts running, the hardware identifier is retrieved directly from the hardware and then compared to some information hidden in the obfuscated application ...