只需在使用前调用一下Crack方法即可达到Patch的目的,不破坏原dll的完整性,无需反编译原dll。 private static void Crack() { var stModule = new[] { "\u000E\u2008\u200A\u2001", "\u000F\u2008\u200A\u2001", "\u0002\u200A\u200A\u2001", "\u000F", "\u0006", "\u000E", "\u0003", "\u0002" }; var assembly = Assembly.GetAssembly(typeof(Aspose.Words.License)); Type typeLic = null, typeIsTrial = null, typeHelper = null; foreach (var type in assembly.GetTypes()) { if ((typeLic == null) && (type.Name == stModule[0])) { typeLic = type; } else if ((typeIsTrial == null) && (type.Name == stModule[1])) { typeIsTrial = type; } else if ((typeHelper == null) && (type.Name == stModule[2])) { typeHelper = type; } } if (typeLic == null || typeIsTrial == null || typeHelper == null) { throw new Exception(); } var lic = Activator.CreateInstance(typeLic); var findCount = 0; foreach (var field in typeLic.GetFields(BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance)) { if (field.FieldType == typeLic && field.Name == stModule[3]) { field.SetValue(null, lic); ++findCount; } else if (field.FieldType == typeof(DateTime) && field.Name == stModule[4]) { field.SetValue(lic, DateTime.MaxValue); ++findCount; } else if (field.FieldType == typeIsTrial && field.Name == stModule[5]) { field.SetValue(lic, 1); ++findCount; } } foreach (var field in typeHelper.GetFields(BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.Instance)) { if (field.FieldType == typeof(bool) && field.Name == stModule[6]) { field.SetValue(null, false); ++findCount; } if (field.FieldType != typeof (int) || field.Name != stModule[7]) continue; field.SetValue(null, 128); ++findCount; } if (findCount < 5) { throw new NotSupportedException("无效的版本"); } }
2024-03-22 15:53:47 11.14MB Words, .Net
1
Aspose.Words是一个商业.NET类库,可以使得应用程序处理大量的文件任务。Aspose.Words支持Doc,Docx,RTF,HTML,OpenDocument,PDF,XPS,EPUB和其他格式。使用Aspose.Words可以在不使用Microsoft.Word的情况下生成、修改、转换和打印文档
2023-07-06 12:08:19 6.82MB Aspose.Words
1
Aspose.Words For .Net。无需Microsoft Word也可在任何平台上满足Word文档的一切操作需求。去除保存后的版权说明,
2023-07-03 14:08:02 2.54MB Aspose Words 破解
1
Aspose.Words破解版无水印,经测试可用,参数相对于原版有所变化,按需调整即可,仅供学习使用,商用请下载正版。
2022-04-27 18:14:51 3.84MB word pdf aspose aspose.words
1
Aspose.Words 最新破解版 去除了“Evaluation Only. Created with Aspose.Words. Copyright 2003-2011 Aspose Pty Ltd.”水印
2021-11-04 12:50:17 3.34MB Aspose.Words 破解
1
Aspose.Words 13个破解版本不信没你用的,我用的6.0.0.0去除了表头Evaluation Only. Created with Aspose.Words. Copyright 2003-2008 Aspose Pty L的字样。
2021-08-31 17:50:05 14.14MB Aspose.Words 破解 Aspose Words
1
Aspose.Words 18.7.0 破解版 ,包含 NET 和 NET Core 两个版本(亲测NetCore2.2可用)。使用时,请根据错误提示安装其他dll引用(如 SkiaSharp 1.60.1,System.Text.Encoding.CodePages 4.4.0)
2020-11-09 17:06:04 8.79MB Aspose.Words net core Aspose.Words破解
1
以下为该版本(18.4)的更新的内容: 1、提供使用密码保护的ODT和OTT文件格式的能力 2、保留PCL中的PaperTray信息 3、添加了ShapeBase.IsLayoutInCell属性 4、实现元文件渲染矢量输出的优化 5、“DrawingML形状不完全支持”警告不再被抛出,在渲染时使用更具体的警告 6、具有自动调整大小和空白文本框的DrawingML形状在渲染时不会引发异常 7、具有空填充的艺术字对象现在只能在渲染时投射轮廓阴影 8、改进了MathAccentElement的渲染,重音符号根据字母的高度进行渲染 9、如果数据标签具有手动布局,则改进PieChart的渲染 10、使用渐变填充改进了艺术字对象的渲染
2019-12-21 22:01:02 3.79MB aspose.words 破解
1
aspose.words 18.7破解版,18年7月最新版本,本dll是.net 2.0版本,.net 2.0以上版本都支持调用,修正了大量包括公式的图片渲染问题。 最新版本中对部分公共方法存在参数调整的情况,原有代码可能需要自行做一些细微修改。
2019-12-21 21:59:22 10.93MB aspose.words 破解 .net
1
文件中包含了证书文件,具体使用请见博客“无废话aspose-words-18.6 java版破解”
2019-12-21 21:03:25 10.08MB java aspose words 破解
1