My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CommonProgrammingAndDebuggingToolsOnWinAndLinux  
List commonly used programming and debugging tools on windows and linux, based on equivalence
Updated Nov 6, 2011 by rx.wen...@gmail.com

Introduction

List commonly used programming and debugging tools on windows and linux, based on equivalence

Details

Windows Linux Mac OS
C Compiler cl gcc
C++ Compiler cl g++
Linker link ld
Debugger windbg/cdb gdb
Symbol Viewer dumpbin nm
lib Dependency Viewer dependencywalker ldd otool
address Converter winaddr2line addr2line Convert an address to source file name and line number with the help of symbol
obj File Viewer dumpbin objdump
Network Scanner nmap nmap
Network Sniffer wireshark wireshark
Route Tracing tracert / pathping traceroute
Memory Leak Detector umdh valgrind


Sign in to add a comment
Powered by Google Project Hosting