Add FireEye capa

This commit is contained in:
Herman Slatman 2020-07-18 00:01:38 +02:00
parent a819c34d2b
commit f89a440b09
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

View File

@ -535,6 +535,7 @@ the [browser malware](#browser-malware) section.*
that is an alternative to IDA. that is an alternative to IDA.
* [Binwalk](https://github.com/devttys0/binwalk) - Firmware analysis tool. * [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. * [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 * [Capstone](https://github.com/aquynh/capstone) - Disassembly framework for
binary analysis and reversing, with support for many architectures and binary analysis and reversing, with support for many architectures and
bindings in several languages. bindings in several languages.