From 9b8046d5e139cfe2b0111c60b272d7cd5a869742 Mon Sep 17 00:00:00 2001 From: sigmaapex Date: Sat, 29 Oct 2016 08:16:05 -0400 Subject: [PATCH] Update README.md More broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec96589..2db90bf 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ the [browser malware](#browser-malware) section.* disassembler and debugger, with a free evaluation version. * [Immunity Debugger](http://debugger.immunityinc.com/) - Debugger for malware analysis and more, with a Python API. -* [ltrace](http://ltrace.org/) - Dynamic analysis for Linux executables. +* [ltrace](https://linux.die.net/man/1/ltrace) - Dynamic analysis for Linux executables. * [objdump](https://en.wikipedia.org/wiki/Objdump) - Part of GNU binutils, for static analysis of Linux binaries. * [OllyDbg](http://www.ollydbg.de/) - An assembly-level debugger for Windows