c++ - 请问如何分析windows下某个项目的代码
PHP中文网
PHP中文网 2017-04-17 14:17:49
0
3
756

最近接手一个项目(Window下的,里面主要是C++,还有一个bat脚本)编译该项目是双击其目录下的bulid.bat文件,就生成了可执行文件,我的想法调试该项目可执行文件,单步执行查看程序源码的执行流程,请问在window下如何做?(之前只接触过linux,gdb xxx.exe 就行了)

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
Ty80

Use an IDE to debug, or if you are familiar with Linux, you can use cygwin, minGW and other tools to simulate the Linux environment

阿神

You can try VS.

巴扎黑

If there is an sln or csproj file, it means it was developed in vs. You can try it with vs. If not, then look for windbg

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!