diff --git a/README.md b/README.md index afdb886..6d6209a 100644 --- a/README.md +++ b/README.md @@ -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