修改加密软件相关文件
parent
521d4d8c2f
commit
e9233bd88c
@ -1,11 +1,13 @@
|
||||
#pragma once
|
||||
#include "Windows.h"
|
||||
|
||||
typedef enum _EncMethod {
|
||||
none = 0,
|
||||
addtime = 1
|
||||
Device = 0,
|
||||
License = 1
|
||||
}EncMethod;
|
||||
|
||||
extern "C" bool GenerateDeviceID(void);
|
||||
extern "C" bool GenerateLicenseData(EncMethod Method, char* suffix);
|
||||
extern "C" bool VerifyLicense(EncMethod Method);
|
||||
extern "C" bool GenerateLicenseData(const char* flag, const char* suffix);
|
||||
extern "C" bool VerifyLicense(void);
|
||||
extern "C" bool AddParaForLicenseData(char* flag, char* suffix);
|
||||
extern "C" bool DeleteParaForLicenseData(char* flag);
|
||||
extern "C" bool AnalysisLicense(const char* flag);
|
Binary file not shown.
Loading…
Reference in New Issue