能力值:
( LV2,RANK:10 )
2 楼
lm_code.h如下:
#ifndef LM_CODE2_H
#define LM_CODE2_H
#ifdef V8_1_COMMENT
Migration issues:
#endif /* V8_1_COMMENT */
#ifndef LM_SIGN_LEVEL
#define LM_SIGN_LEVEL LM_SIGN
#endif
#ifndef ENCRYPTION_SEED1 /* New v8.1+ ISV */
#define ENCRYPTION_SEED1 0
#define ENCRYPTION_SEED2 0
#endif /* ENCRYPTION_SEED1 */
#ifndef ENCRYPTION_SEED3 /* Didn't use v7.2 */
#define ENCRYPTION_SEED3 0
#define ENCRYPTION_SEED4 0
#endif /* ENCRYPTION_SEED3 */
/*
* Behavior
*/
#ifndef LM_VER_BEHAVIOR
#define LM_VER_BEHAVIOR LM_BEHAVIOR_V8
#endif /* LM_CODE2_H */
能力值:
( LV2,RANK:10 )
3 楼
lm_code.h如下:
#ifndef LM_CODE_H
#define LM_CODE_H
#include "lm_trl.h"
/*
* Vendor keys: Enter keys received from Macrovision .
* Changing keys has NO impact on license files
* (unlike LM_SEEDs).
*/
#define VENDOR_KEY1 0x44a1d342
#define VENDOR_KEY2 0x5a02eb1b
#define VENDOR_KEY3 0x85a58d7b
#define VENDOR_KEY4 0xdce9d5ae
#define VENDOR_KEY5 0x14793ba9
#define TRL_KEY1 0x0f71fe46
#define TRL_KEY2 0xe70f8fd1
#define VENDOR_NAME "xx"
#define LM_STRENGTH LM_STRENGTH_DEFAULT
#include "lm_code2.h"
#endif /* LM_CODE_H */
能力值:
( LV2,RANK:10 )
4 楼
楼上在lm_code.h里有没有给TRL_KEY啊?
把TRL_KEY1和TRL_KEY2设置为0即可。
能力值:
( LV2,RANK:10 )
5 楼
这个我试了一下,TRL_KEY必须设置为0,还有一点,在v11.9中,如果设置LM_STRENGTH=LM_STRENGTH_DEFAULT好像不支持SIGN=,只支持SIGN2=