Aspose.Email 破解 自己未验证
主要修改函数:internal static EnumLicense GetLicenseStatus(ClassLicense class642_0, out byte[] byte_0)
{
EnumLicense result = EnumLicense.NoVenture;
byte_0 = null;
if (class642_0 != null)
{
long[] array = new long[]
{
1126583L,
298456245L,
2358456L,
3163192289L,
2541699733L,
321616166L,
281170737L,
6348546L
};
long num = array + array;
long num2 = array + array;
long num3 = array + array;
long num4 = array + array;
if (((long)class642_0.GetHashCode() ^ num ^ num2 ^ num3 ^ num4) == class642_0.long_0)
{
byte_0 = (byte[])class642_0.object_1;
result = (EnumLicense)class642_0.object_0;
}
}
return result;
}
为:
// Token: 0x0200044F RID: 1103
internal sealed class ClassLicense
{
// Token: 0x06002039 RID: 8249 RVA: 0x000FC798 File Offset: 0x000FA998
internal static EnumLicense GetLicenseStatus(ClassLicense class642_0, out byte[] byte_0)
{
EnumLicense result = EnumLicense.Licensed;
byte_0 = null;
return result;
}
DLL下载:
注:发布的代码仅用于学习研究,其他用途后果自负
进来支持一下 很高深的样子 @evlon 建议成品和文章分开发布,成品可以发布到原创区,分析文章放到脱壳破解区就好了,2篇文章分类为改成“NET逆向”了。 不错,好东西,这个是最新的版本? 感谢发布原创作品,吾爱破解论坛因你更精彩! 学习了楼主。很棒
页:
[1]