From 614cc2d58ff9f420d362e731240f9ac602713509 Mon Sep 17 00:00:00 2001 From: filinpavel Date: Tue, 18 Jul 2017 14:01:07 +0700 Subject: [PATCH 1/2] Update README.md added pyrebox to Debugging and Reverse Engineering section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04296d7..cd9f556 100644 --- a/README.md +++ b/README.md @@ -524,6 +524,7 @@ the [browser malware](#browser-malware) section.* * [Vivisect](https://github.com/vivisect/vivisect) - Python tool for malware analysis. * [X64dbg](https://github.com/x64dbg/) - An open-source x64/x32 debugger for windows. +* [PyREBox](https://github.com/Cisco-Talos/pyrebox) - Python scriptable Reverse Engineering sandbox by Cisco-Talos. ## Network From c58c08a7102bea8e0542cdb5d3fb94416967bcee Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Mon, 14 Aug 2017 14:38:51 +0200 Subject: [PATCH 2/2] Preserve alphabetical order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd9f556..6f1c49f 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,8 @@ the [browser malware](#browser-malware) section.* command-line tools that help manage and investigate live systems. * [Pyew](https://github.com/joxeankoret/pyew) - Python tool for malware analysis. +* [PyREBox](https://github.com/Cisco-Talos/pyrebox) - Python scriptable reverse engineering + sandbox by the Talos team at Cisco. * [Radare2](http://www.radare.org/r/) - Reverse engineering framework, with debugger support. * [RegShot](https://sourceforge.net/projects/regshot/) - Registry compare utility that compares snapshots. @@ -524,7 +526,6 @@ the [browser malware](#browser-malware) section.* * [Vivisect](https://github.com/vivisect/vivisect) - Python tool for malware analysis. * [X64dbg](https://github.com/x64dbg/) - An open-source x64/x32 debugger for windows. -* [PyREBox](https://github.com/Cisco-Talos/pyrebox) - Python scriptable Reverse Engineering sandbox by Cisco-Talos. ## Network