View Single Post
  #76  
Old 08-22-2014, 17:46
bridgeic bridgeic is offline
Friend
 
Join Date: Jun 2012
Posts: 91
Rept. Given: 7
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 1
Thanks Rcvd at 7 Times in 6 Posts
bridgeic Reputation: 3
Quote:
Originally Posted by nikkapedd View Post
You need only to change the public key not the private ..
Every time the program check the public key, then authenticate your sign according with the vendor's pubkeys..

alekine322, patching only the vendor is not enough to make a working license.. You need to patch also the ECC in the exe/dll files
Beside the patch, we still need get lmcrypt that has private/public key paris that match with the patch. Seems compile SDK with setting s below will create private/public keys that consistent with the patch, so I ask
what's the relationship.

#define LM_SEED1 0x11111111
#define LM_SEED2 0x22222222
#define LM_SEED3 0x33333333
Reply With Quote