Added Malcat

This commit is contained in:
kaze 2022-02-14 20:06:38 +00:00
parent 8421117304
commit 7b6b119f30

View File

@ -591,6 +591,8 @@ the [browser malware](#browser-malware) section.*
* [ltrace](http://ltrace.org/) - Dynamic analysis for Linux executables.
* [mac-a-mal](https://github.com/phdphuc/mac-a-mal) - An automated framework
for mac malware hunting.
* [Malcat](https://malcat.fr) - Hexadecimal viewer, disassembler, decompiler and
scanner for malware analysis. Supports multiple CPUs and binary file types.
* [objdump](https://en.wikipedia.org/wiki/Objdump) - Part of GNU binutils,
for static analysis of Linux binaries.
* [OllyDbg](http://www.ollydbg.de/) - An assembly-level debugger for Windows