From f89a440b0949048a04d20db1fc640faf99845f23 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 18 Jul 2020 00:01:38 +0200 Subject: [PATCH] Add FireEye capa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76750c1..0d4ee5c 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,7 @@ the [browser malware](#browser-malware) section.* that is an alternative to IDA. * [Binwalk](https://github.com/devttys0/binwalk) - Firmware analysis tool. * [BluePill](https://github.com/season-lab/bluepill) - Framework for executing and debugging evasive malware and protected executables. +* [capa](https://github.com/fireeye/capa) - Detects capabilities in executable files. * [Capstone](https://github.com/aquynh/capstone) - Disassembly framework for binary analysis and reversing, with support for many architectures and bindings in several languages.