From c6a7be93d5af2d16f178910800eca8c4a83c77ce Mon Sep 17 00:00:00 2001 From: sigmaapex Date: Sat, 29 Oct 2016 09:31:03 -0400 Subject: [PATCH] Fixes ltrace link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d41cd7f..cca83ef 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