readme: reference ELF support

This commit is contained in:
Willi Ballenthin
2021-09-14 09:22:33 -06:00
committed by GitHub
parent 0c42942a88
commit 9f777ba152

View File

@@ -8,7 +8,7 @@
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt)
capa detects capabilities in executable files. capa detects capabilities in executable files.
You run it against a PE file or shellcode and it tells you what it thinks the program can do. You run it against a PE, ELF, or shellcode file and it tells you what it thinks the program can do.
For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate. For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate.
Check out: Check out: