Add: fibratus to Binary Analysis section

This commit is contained in:
pe3zx 2021-08-25 14:44:45 +07:00
parent 13d8ca2070
commit e91ee2896f

View File

@ -584,6 +584,10 @@ This repository is created as an online bookmark for useful links, resources and
<td><a href="https://github.com/fireeye/flare-emu">flare-emu</a></td>
<td>flare-emu marries a supported binary analysis framework, such as IDA Pro or Radare2, with Unicorns emulation framework to provide the user with an easy to use and flexible interface for scripting emulation tasks.</td>
</tr>
<tr>
<td><a href="https://www.fibratus.io/">fibratus</a></td>
<td>A modern tool for the Windows kernel exploration and observability</td>
</tr>
<tr>
<td><a href="https://github.com/fireeye/capa">fireeye/capa</a></td>
<td>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. For example, it might suggest that the file is a backdoor, is capable of installing services, or relies on HTTP to communicate.</td>