首页
社区
课程
招聘
[下载]DLL TO C++ Decompiler
发表于: 2017-12-9 11:37 9398

[下载]DLL TO C++ Decompiler

2017-12-9 11:37
9398
 

DLL to C is a tool which can convert a DLL into compilable C/C++ code. When you lost the source code of a DLL, you can recover the source code with DLL to C. It can generate data structures for all data sections and disassemble the code section. It can also generate Function Relationship Tree, and then you can export the specified feature you want in the DLL easily. And it can convert assembly code to C code, and the C code is also compilable and reliable.

 

Supported OS: 64-bit & 32-bit of Windows 10/8/7/Vista/XP/ 2008(R2)/2003(R2)/2000/98


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (9)
雪    币: 144
活跃值: (38)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
英文翻译看起来与IDA差不多,实际上是另外一回事
2017-12-9 12:03
0
雪    币: 4889
活跃值: (2275)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
有没有更详细的说明和介绍?支持64位吗?
以前看到过一个从动态库到静态库的工具(dll2lib),不是很好用(收费软件,不支持64位,而且08年后没更新了),楼主有兴趣可以研究下。
2017-12-9 12:08
0
雪    币: 205
活跃值: (60)
能力值: ( LV1,RANK:10 )
在线值:
发帖
回帖
粉丝
4
lionnnn 有没有更详细的说明和介绍?支持64位吗?以前看到过一个从动态库到静态库的工具(dll2lib),不是很好用(收费软件,不支持64位,而且08年后没更新了),楼主有兴趣可以研究下。
http://www.dll-decompiler.com/
2017-12-9 12:15
0
雪    币: 4889
活跃值: (2275)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
coodi http://www.dll-decompiler.com/
我以为开源的呢。
2017-12-9 12:16
0
雪    币: 205
活跃值: (60)
能力值: ( LV1,RANK:10 )
在线值:
发帖
回帖
粉丝
6
lionnnn 我以为开源的呢。
不可能的,不过注册简单
2017-12-9 12:18
0
雪    币: 35
活跃值: (88)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
coodi 不可能的,不过注册简单
没什么意思的东西。
2017-12-9 15:12
0
雪    币: 205
活跃值: (60)
能力值: ( LV1,RANK:10 )
在线值:
发帖
回帖
粉丝
8
justinaaaa 没什么意思的东西。
对初学的还是有有用的
2017-12-11 12:17
0
雪    币: 143
活跃值: (61)
能力值: ( LV5,RANK:70 )
在线值:
发帖
回帖
粉丝
9
满满的国人风格。
2017-12-14 10:33
0
雪    币: 608
活跃值: (648)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
10
weizehua 满满的国人风格。
看了MX记录,我可以说你的那个猜测是对的。
dll-decompiler.com        MX        21599        10        mxdomain.qq.com
2017-12-14 11:03
0
游客
登录 | 注册 方可回帖
返回
//