Update README.md

Added Cutter, Malcat and ImHex.
This commit is contained in:
Unreal Security 2023-05-29 18:13:41 +03:00 committed by GitHub
parent b25498551c
commit 058783ad38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ A curated list of awesome reversing resources
* [Malware Blacklist](http://www.malwareblacklist.com/showMDL.php) * [Malware Blacklist](http://www.malwareblacklist.com/showMDL.php)
* [malwr.com](https://malwr.com/) * [malwr.com](https://malwr.com/)
* [vxvault](http://vxvault.net/) * [vxvault](http://vxvault.net/)
* [MalwareBazaar](https://bazaar.abuse.ch/browse/)
## Hex Editors ## Hex Editors
@ -94,6 +95,7 @@ A curated list of awesome reversing resources
* [HexFiend](http://ridiculousfish.com/hexfiend/) * [HexFiend](http://ridiculousfish.com/hexfiend/)
* [Hiew](http://www.hiew.ru/) * [Hiew](http://www.hiew.ru/)
* [hecate](https://github.com/evanmiller/hecate) * [hecate](https://github.com/evanmiller/hecate)
* [ImHex](https://imhex.werwolv.net/)
## Binary Format ## Binary Format
@ -121,6 +123,7 @@ A curated list of awesome reversing resources
* [Capstone](http://www.capstone-engine.org/) * [Capstone](http://www.capstone-engine.org/)
* [objdump](http://linux.die.net/man/1/objdump) * [objdump](http://linux.die.net/man/1/objdump)
* [fREedom](https://github.com/cseagle/fREedom) * [fREedom](https://github.com/cseagle/fREedom)
* [Cutter](https://cutter.re/)
## Binary Analysis ## Binary Analysis
@ -130,6 +133,7 @@ A curated list of awesome reversing resources
* [z3](https://z3.codeplex.com/) * [z3](https://z3.codeplex.com/)
* [bap](https://github.com/BinaryAnalysisPlatform/bap) * [bap](https://github.com/BinaryAnalysisPlatform/bap)
* [angr](https://github.com/angr/angr) * [angr](https://github.com/angr/angr)
* [Malcat](https://malcat.fr/)
## Bytecode Analysis ## Bytecode Analysis