From 07da4ab57cacf73ef05b218b616ac837db50f5a9 Mon Sep 17 00:00:00 2001 From: rshipp Date: Tue, 22 Sep 2015 17:44:27 +0200 Subject: [PATCH] Fix Radare/strace ordering --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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