DLL to C
DLL to C is a tool which can convert any DLL files and some EXE files 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Ω578867473
Screenshots



Sample disassembled code:

Sample decompiled code:

You just need to click the "Start Convert" button, then you will get the compilable C/C++ code of the DLL.

Add the output files into your project.

Then you can invoke the new code.

DLL to C can even convert some very complicated EXE files.

Update Log
Version 3.91 - June 2, 2020
New Features:
1. Invented a new type of decompiling technology which makes the result C/C++ code much more reliable and better.
DLLtoC是一款强大的工具,能将DLL和部分EXE文件转换为可编译的C/C++代码,即使丢失源码也能恢复,提供数据结构解析、代码反汇编和功能树导出等功能,便于轻松提取所需代码。最新版本3.91引入了更可靠的解构技术,生成的代码可直接集成到项目中。
7604

被折叠的 条评论
为什么被折叠?



