软件常用工具

来源:互联网 发布:淘宝店铺美化 编辑:程序博客网 时间:2024/05/16 19:49

1. 抓包工具: wireshark

2. 改包工具: Colasoft Packet Builder: Free packet generator with GUI on windows. http://www.colasoft.com/

3. 比较工具: WinMerge

4. 压缩工具: 7-zip

5. Static C/C++ code analysis: CppCheck

6: 内存调试: Valgrind , one good article of valgrind http://www.linuxprogrammingblog.com/using-valgrind-to-debug-memory-leaks

                      有些情况在调deamon程序时系统会因很慢而超时,需要研究此种情况更好的用法。

7: 性能优化: gprof

8: Thread dead lock: Helgrind, tool of Valgrind.

9: version control: clearcase, cvs, git

原创粉丝点击