From 058783ad38d12392cd0cfbefbcfbc46089bc38be Mon Sep 17 00:00:00 2001 From: Unreal Security Date: Mon, 29 May 2023 18:13:41 +0300 Subject: [PATCH] Update README.md Added Cutter, Malcat and ImHex. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c1bc91..5c175ed 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ A curated list of awesome reversing resources * [Malware Blacklist](http://www.malwareblacklist.com/showMDL.php) * [malwr.com](https://malwr.com/) * [vxvault](http://vxvault.net/) +* [MalwareBazaar](https://bazaar.abuse.ch/browse/) ## Hex Editors @@ -94,6 +95,7 @@ A curated list of awesome reversing resources * [HexFiend](http://ridiculousfish.com/hexfiend/) * [Hiew](http://www.hiew.ru/) * [hecate](https://github.com/evanmiller/hecate) +* [ImHex](https://imhex.werwolv.net/) ## Binary Format @@ -121,6 +123,7 @@ A curated list of awesome reversing resources * [Capstone](http://www.capstone-engine.org/) * [objdump](http://linux.die.net/man/1/objdump) * [fREedom](https://github.com/cseagle/fREedom) +* [Cutter](https://cutter.re/) ## Binary Analysis @@ -130,6 +133,7 @@ A curated list of awesome reversing resources * [z3](https://z3.codeplex.com/) * [bap](https://github.com/BinaryAnalysisPlatform/bap) * [angr](https://github.com/angr/angr) +* [Malcat](https://malcat.fr/) ## Bytecode Analysis