From 3f96c213e84a77999f91eb32a513d663bdbd08cc Mon Sep 17 00:00:00 2001 From: Meitar M Date: Mon, 5 Aug 2019 00:20:53 -0400 Subject: [PATCH] Update the URL for Immunity Debugger. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f26e5cf..42432f9 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing). * [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for GNU/Linux. * [Frida](https://www.frida.re/) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. * [Ghidra](https://www.ghidra-sre.org/) - Suite of free software reverse engineering tools developed by NSA's Research Directorate originally exposed in WikiLeaks's "Vault 7" publication and now maintained as open source software. -* [Immunity Debugger](http://debugger.immunityinc.com/) - Powerful way to write exploits and analyze malware. +* [Immunity Debugger](https://immunityinc.com/products/debugger/) - Powerful way to write exploits and analyze malware. * [Interactive Disassembler (IDA Pro)](https://www.hex-rays.com/products/ida/) - Proprietary multi-processor disassembler and debugger for Windows, GNU/Linux, or macOS; also has a free version, [IDA Free](https://www.hex-rays.com/products/ida/support/download_freeware.shtml). * [Medusa](https://github.com/wisk/medusa) - Open source, cross-platform interactive disassembler. * [OllyDbg](http://www.ollydbg.de/) - x86 debugger for Windows binaries that emphasizes binary code analysis.