.net dll可能被混淆加密了 谁知道是什么混淆加密的怎么破解

来源:百度知道 编辑:UC知道 时间:2024/06/02 02:41:08
.net dll可能被混淆加密了 谁知道是什么混淆加密的 怎么 破解

目录下多了个Debug.log文件
********以下是文件内容**********
App_Code.dll ... (1/1)
d:\www\bin\App_Code.dll
加密完成 !
正在修改运行库版权信息 ...
加密完成 !
********文件内容结束**********

被加密的文件下载地址:
http://www.newoceanit.com.cn/cjwt/App_Code.dll

xenocode fox 2007 打开文件后 都被加密成这样

// Methods
[DllImport("kkdiy.com64.dll", EntryPoint="GetModuleBase", CharSet=CharSet.Ansi, SetLastError=true, ExactSpelling=true)]
private extern static IntPtr GetModuleBase64 (string OlOll11O110O);
[DllImport("kernel32.dll")]
private extern static uint GetCurrentProcessId ();
[DllImport("kernel32.dll")]
public extern static IntPtr OpenProcess (uint O0lO110O0Oll0O1, int Ol010Ol1lOlOOl, uint O1l111000OO);

我爱你

是用XenoCode加密的吧

你可以先在其官方网站上寻找下
http://www.xenocode.com/Products/Postbuild/Features.aspx

同时也发行了配套的
Xenocode Fox,一款类似 Reflector 的 .net 反编译工具
可以试试

混淆了基本上是难得搞,o0o0看着都头大.

混淆后,程序的语法将极难读懂,建议放弃。

混淆基本上是无法看的

就算你弄出代码 也是一堆无用的东西 特别是如果程序比较复杂的话