Fix Radare/strace ordering

This commit is contained in:
rshipp 2015-09-22 17:44:27 +02:00
parent 0a9ba6cd41
commit 07da4ab57c

View File

@ -367,10 +367,10 @@ the [browser malware](#browser-malware) section.*
Advanced monitoring tool for Windows programs.
* [Pyew](https://github.com/joxeankoret/pyew) - Python tool for malware
analysis.
* [strace](https://sourceforge.net/projects/strace/) - Dynamic analysis for
Linux executables.
* [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with
debugger support.
* [strace](https://sourceforge.net/projects/strace/) - Dynamic analysis for
Linux executables.
* [Udis86](https://github.com/vmt/udis86) - Disassembler library and tool
for x86 and x86_64.
* [Vivisect](https://github.com/vivisect/vivisect) - Python tool for