Update README.md

More broken links
This commit is contained in:
sigmaapex 2016-10-29 08:16:05 -04:00 committed by GitHub
parent 092d903937
commit 9b8046d5e1

View File

@ -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