WinLicense多种授权生成器 C#版
这个只是方便生成授权,只要填入各个程序的licensehash就能生成不通的应用程序的授权了,licensehash的外置,比原版的生成器方便使用,只要一个生成器就能给你所有的加密程序提供授权的生成了。程序使用C#,可以使用Reflector查看代码,程序没有加壳。http://pic.禁止使用网挣网盘/servlet/ReadFileStream?filename=//zzage/上传分享/2008/12/20/wg.JPG
这里主要是对WinlicenseSDK.dll根据生成不同KEY,完成他的接口调用。完成这些接口也就是完成了KEY的生成。class WinlicenseSDK
{
public static extern int WLGenPassword(string PassHash, string Name, StringBuilder PasswordBuffer);
public static extern int WLGenLicenseFileKey(string LicenseHash, string UserName, string Organization, string CustomData, string MachineID,
int NumDays, int NumExec, SystemTime NewDate, int CountryId, int Runtime, int GlobalTime, byte[] LicenseBuffer);
public static extern int WLGenLicenseRegistryKey(string LicenseHash, string UserName, string Organization, string CustomData, string MachineID,
int NumDays, int NumExec, SystemTime NewDate, int CountryId, int Runtime, int GlobalTime, string RegName, string RegValueName, byte[] LicenseBuffer);
public static extern int WLGenLicenseTextKey(string LicenseHash, string UserName, string Organization, string CustomData, string MachineID,
int NumDays, int NumExec, SystemTime NewDate, int CountryId, int Runtime, int GlobalTime, StringBuilder LicenseBuffer);
public static extern int WLGenLicenseSmartKey(string LicenseHash, string UserName, string Organization, string CustomData, string MachineID,
int NumDays, int NumExec, SystemTime NewDate, StringBuilder LicenseBuffer);
}点击进入下载-LicGenerator_code.rar
点击进入下载-WinLicense.rar
[ 本帖最后由 op336 于 2008-12-20 08:33 编辑 ] 不错很好的一款谢谢楼主我拿走啦 支持楼主,收藏一份~ 算号器设计得不错,支持! 谢谢!先试试 收藏了。不过问下。生成的KEY文件如何解密成明文呢。。 不懂啊。。。 收藏了...谢谢!先试试 好不好使啊? 根本就无法打开嘛!