紫雨轩 .Net, DNGuard HVM , .Net VMProtect

DNGuard HVM - Advanced .NET Code Protection Technology

导航

上一页 1 2 3 4 5 6 ··· 11 下一页

2008年5月15日

.Net程序集的不同加载方式,以及其在内存中格式

摘要: .Net程序集除了正常的有框架自动按需载入外,我们还可以通过反射手动载入程序集。 其中反射载入程序集有一种方式就是 以字节流的方式载入程序集。而不是直接从磁盘文件载入。 很多.Net压缩壳,和整体保护壳都采用了这种方式。 阅读全文

posted @ 2008-05-15 20:33 紫雨轩 .Net 阅读(3836) 评论(8) 推荐(0) 编辑

2008年5月11日

DNGuard Enterprise v2.92 released

摘要: Version 2.9.2 (May 10, 2008)[*] Improved string encryption.[*] Improved "Using high performance encryption method" .[*] Improved HVM Engine.[*] Internal protection improvements http://www.dnguard.net/ 阅读全文

posted @ 2008-05-11 00:05 紫雨轩 .Net 阅读(804) 评论(2) 推荐(0) 编辑

2008年4月17日

DNGuard 标准版 v2.90发布

摘要: [*]加密调整 [*] 增强asp.net兼容性。 [+] Vista 兼容。 [+] Windows DEP(数据执行保护) 兼容。 [+] 支持 .Net 应用程序域的动态卸载和重新加载。 阅读全文

posted @ 2008-04-17 19:34 紫雨轩 .Net 阅读(1089) 评论(9) 推荐(0) 编辑

2008年4月9日

DNGuard Enterprise v2.90 released

摘要: [*] 运行库执行行为调整。 [*] 增强asp.net兼容性。 [+] Vista 兼容。 [+] Windows DEP(数据执行保护) 兼容。 [+] 支持 .Net 应用程序域的动态卸载和重新加载。 http://www.dnguard.net/downloads.aspx 阅读全文

posted @ 2008-04-09 08:53 紫雨轩 .Net 阅读(826) 评论(8) 推荐(0) 编辑

2008年2月1日

DNGuard Enterprise v2.82 released

摘要: Version 2.8.2 (February 01, 2008) [+] Improved DNGuard runtime behaviour . [+] Improved "Using high performance encryption method" . [+] Add Trial License SDK demo. 阅读全文

posted @ 2008-02-01 22:55 紫雨轩 .Net 阅读(1060) 评论(3) 推荐(0) 编辑

采用Native 引导方式的.Net加密保护

摘要: 这类加密保护方式属于整体程序集的加密保护. 这个方法首要解决的问题就是 native code 和 .Net Code如何交互. 这里介绍三种实现方式. 阅读全文

posted @ 2008-02-01 10:12 紫雨轩 .Net 阅读(3805) 评论(8) 推荐(0) 编辑

2008年1月25日

C#中使用晚绑定实现压缩Access数据库

摘要: C#中使用晚绑定实现压缩Access数据库. VB对Com后期绑定支持得很好,在C#中可以使用反射来实现. 阅读全文

posted @ 2008-01-25 14:20 紫雨轩 .Net 阅读(2740) 评论(6) 推荐(0) 编辑

2008年1月22日

直接在.Net程序(C#)中执行 native code

摘要: 不使用C++CLI,不使用 native dll. 直接在 .Net 程序 中之行 native code。 阅读全文

posted @ 2008-01-22 21:46 紫雨轩 .Net 阅读(5328) 评论(12) 推荐(0) 编辑

2008年1月10日

C#复杂表达式的问题

摘要: 测试程序发现了一个bug, 几经调试最后定位到一条复杂表达式语句的计算结果不正确. 代码中用复杂表达式不是一个好习惯,调试起来很不方便. 为了方便跟踪调试,看看究竟是表达式的那部分计算出了问题. 就先把表达式拆开来写了. 再运行, 嗨, bug没有了. 跟踪看了表达式最终计算结果,也正确了. 阅读全文

posted @ 2008-01-10 17:25 紫雨轩 .Net 阅读(2656) 评论(14) 推荐(0) 编辑

2008年1月6日

DNGuard HVM Trial V2.82 发布

摘要: 更新记录: 1.运行库行为调整。 2.增强了 "Using high performance encryption method" 模式的安全性。 试用版是强制使用这个模式。 3.增加了自动生成试用版程序的功能。(按日期,次数,天数等限制) 下载地址:http://www.dnguard.net/downloads.aspx 阅读全文

posted @ 2008-01-06 00:08 紫雨轩 .Net 阅读(967) 评论(2) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 11 下一页