Debugger
-
Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry's first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.
https://www.immunityinc.com/products/debugger/
-
OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable.
https://www.ollydbg.de/
Network
- Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions.
- nmap is a free and open source utility for network discovery and security auditing. https://nmap.org/
PE analyser
Disassembler (missing)
- IDA Freeware: https://hex-rays.com/ida-free/
Debugger
Immunity Debugger is a powerful new way to write exploits, analyze malware, and reverse engineer binary files. It builds on a solid user interface with function graphing, the industry's first heap analysis tool built specifically for heap creation, and a large and well supported Python API for easy extensibility.
https://www.immunityinc.com/products/debugger/
OllyDbg is a 32-bit assembler level analysing debugger for Microsoft® Windows®. Emphasis on binary code analysis makes it particularly useful in cases where source is unavailable.
https://www.ollydbg.de/
Network- Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions.- nmap is a free and open source utility for network discovery and security auditing. https://nmap.org/PE analyserPEiD: https://www.aldeid.com/wiki/PEiDPEiD is old, Exeinfo PE is the replacement.Disassembler (missing)- IDA Freeware: https://hex-rays.com/ida-free/