基本信息
源码名称:Dll反编译为C
源码大小:1.12M
文件格式:.zip
开发语言:C/C++
更新时间:2022-02-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 5 元 
   源码介绍

把Dll文件反编译为C/C 工程

.
├── DLLtoC
│   ├── Articles
│   │   ├── Export any features in a DLL without any analysis.url
│   │   ├── Export the specified feature you want in a DLL just by clicking mouse.url
│   │   └── Identify all used function arguments and local variables.url
│   ├── DFA.exe
│   ├── Dll2C.exe
│   ├── How to use.txt
│   ├── Install.exe
│   ├── Template
│   │   ├── DllPrj
│   │   │   ├── DllPrj.cpp
│   │   │   ├── DllPrj.sln
│   │   │   ├── DllPrj.vcproj
│   │   │   ├── DllPrj_dfa.vcproj
│   │   │   ├── dllmain.cpp
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── stdafx_dfa.h
│   │   │   └── targetver.h
│   │   └── ExePrj
│   │       ├── ExePrj.cpp
│   │       ├── ExePrj.sln
│   │       ├── ExePrj.vcproj
│   │       ├── ExePrj_dfa.vcproj
│   │       ├── stdafx.cpp
│   │       ├── stdafx.h
│   │       ├── stdafx_dfa.h
│   │       └── targetver.h
│   ├── TestWin32Dll
│   │   ├── ReadMe.txt
│   │   ├── TestWin32Dll.cpp
│   │   ├── TestWin32Dll.sln
│   │   ├── TestWin32Dll.vcproj
│   │   ├── Win32Dll.dll
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   └── targetver.h
│   ├── Tools
│   │   ├── DDTools.cpp
│   │   ├── DDTools.h
│   │   ├── DebugTools.cpp
│   │   ├── DebugTools.h
│   │   ├── LongJump.cpp
│   │   └── LongJump.h
│   ├── fun.dat
│   ├── images
│   │   ├── build.png
│   │   ├── build_bk.bmp
│   │   ├── check.bmp
│   │   ├── check.png
│   │   ├── check_c.png
│   │   ├── collapse.bmp
│   │   ├── collapse.png
│   │   ├── cur.bmp
│   │   ├── down_s.png
│   │   ├── expand.bmp
│   │   ├── fun.png
│   │   ├── h.bmp
│   │   ├── left.png
│   │   ├── left_dis.png
│   │   ├── list_header.bmp
│   │   ├── list_header_left.bmp
│   │   ├── list_header_right.bmp
│   │   ├── more.png
│   │   ├── more_bk.bmp
│   │   ├── open.png
│   │   ├── options.png
│   │   ├── page_close.bmp
│   │   ├── page_close_hover.bmp
│   │   ├── page_cur_left.bmp
│   │   ├── page_cur_mid.bmp
│   │   ├── page_cur_right.bmp
│   │   ├── page_left.bmp
│   │   ├── page_mid.bmp
│   │   ├── page_right.bmp
│   │   ├── right.png
│   │   ├── right_dis.png
│   │   ├── save.png
│   │   ├── tool_bk.bmp
│   │   ├── toolbox.png
│   │   ├── uncheck.bmp
│   │   ├── uncheck.png
│   │   ├── unk.png
│   │   └── up_s.png
│   └── lib.dat
└── 好例子网_DLLtoC.zip

8 directories, 79 files