View Single Post
  #2  
Old 01-30-2005, 23:55
alastone
 
Posts: n/a
Quote:
Originally Posted by dirkmill
The 9.x SDKs don't work with v8 vendor-keys.
You may try the following keys for vendor "alastone"
v9.x
VENDOR_KEY1 0xf1bd324f
VENDOR_KEY2 0xc0d8c168
VENDOR_KEY3 0x813080d2
VENDOR_KEY4 0xc5eb45fc
VENDOR_KEY5 0x7a703fb3

Your captured v9.2 data should work. You're probably missing something...

Dirk

P.S. You might want to get Nolan Blender's lmrecode source
Big thanks to Dirk and Dmit
Yes, I can reach here now:

#define VENDOR_KEY1 0xf1bd324f
#define VENDOR_KEY2 0xc0d8c168
#define VENDOR_KEY3 0x813080d2
#define VENDOR_KEY4 0xc5eb45fc
#define VENDOR_KEY5 0x7a703fb3

#define CRO_KEY1 0x321d784d
#define CRO_KEY2 0xf2c452ca

#define VENDOR_NAME "alastone"

and now I can successfully compiled the v9.2 SDK. the question is, the vendor keys I generated by using this protocol are not identical to the ones I captured in the memory. mmmh, I got obfuscated keys?
the keys coming with lm_code.h (demo) are wrong? stupid question again
Reply With Quote