首页
社区
课程
招聘
[下载].NET Generic Unpacker v 1.0.0.1
发表于: 2007-12-7 18:04 4997

[下载].NET Generic Unpacker v 1.0.0.1

2007-12-7 18:04
4997
This is a program to dump .NET packed applications. Of course no serious .NET protection relies on packing. In fact, this software shows how easily you can unpack a protected assemly. This .NET Generic Unpacker was written in a couple of hours and despite of the fact that it's very simple, it might turn useful having it: otherwise you have to unpack manually, which is quite easy as well.

- .NET Generic Unpacker (x86 Version)
- .NET Generic Unpacker (x64 Version)

Download the x64 version of the .NET Generic Unpacker only if the process is not an x86 process (which is quite uncommon). In all other cases download the x86 version.

Here's a brief explanation of this program. A little bit of time after the .NET framework was released, I started to analyze the first protections that came out. Many of them clamed they were able to offer a native protection, thus making it impossible to decompile the MSIL code. So, I tested one of these protections and, after not even 10 minutes, I noticed that the .NET original assembly was lying around in the address space of the protected one. What these protected assemblies basically did was to decrypt the original assembly in memory as soon as they were executed and then to initialize the .NET framework. As you can imagine, an assembly protected this way is much more unprotected than an obfuscated assembly. Lots of these protection, at the time I'm writing, are still being sold and aren't cheap. I believe much of the success of these protections has to do with the ignorance which still surrounds the .NET technology.


_http://ntcore.com/Files/NETUnpack.zip

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
谢谢,下载试用中...
2007-12-8 16:28
0
雪    币: 1919
活跃值: (901)
能力值: ( LV9,RANK:490 )
在线值:
发帖
回帖
粉丝
3
谢谢分享~~
2007-12-8 16:42
0
游客
登录 | 注册 方可回帖
返回
//