You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
The Firmware Analysis and Comparison Tool (formerly known as Fraunhofer's Firmware Analysis Framework (FAF)) is intended to automate most of the firmware analysis process.
13
13
It unpacks arbitrary firmware files and processes several analyses.
14
14
Additionally, it can compare several images or single files.
15
-
Furthermore, Unpacking, analysis and compares are based on plug-ins guaranteeing maximal flexibility and expandability.
15
+
Furthermore, Unpacking, analysis and comparisons are based on plug-ins guaranteeing maximal flexibility and expandability.
16
16
More details and some screenshots can be found on our [project page](https://fkie-cad.github.io/FACT_core/).
17
17
18
18
## Requirements
@@ -21,16 +21,15 @@ FACT is designed as a multiprocess application, the more Cores and RAM, the bett
21
21
22
22
Minimal | Recommended | Software
23
23
------- | ----------- | --------
24
-
4 Cores<br>8GB RAM<br>10 GB disk space | 16 Cores<br>64GB RAM<br>10* GB disk space | git<br>python 3.6 - 3.9<br>OS see below
24
+
4 Cores<br>8GB RAM<br>10 GB disk space | 16 Cores<br>64GB RAM<br>10* GB disk space | git<br>python 3.7 - 3.10<br>OS see below
25
25
26
26
> ~ 10 GB required to set up FACT code, container and binaries. Additional space is necessary for result storage. That can be on a separate partition or drive.
27
27
28
28
It is possible to install FACT on any Linux distribution, but the installer is limited to
29
-
- Ubuntu 18.04, 20.04 (stable)
30
-
- Ubuntu 19.04 (experimental)
31
-
- Debian 9, 10 (experimental)
32
-
- Kali (tested on 2019.3 and 2019.4) (experimental)
33
-
- Fedora (tested on 31 and 33) (experimental)
29
+
- Ubuntu 18.04 (with Python >3.6)
30
+
- Ubuntu 20.04 (stable)
31
+
- Debian 10 (stable)
32
+
- Kali (experimental)
34
33
35
34
:exclamation:**Caution: FACT is not intended to be used as public internet service. The GUI is not a hardened WEB-application and it may take your server at risk!**
36
35
@@ -89,6 +88,7 @@ We've been happy to show FACT in a number of BlackHat Arsenal sessions.
89
88
-[](http://www.toolswatch.org/2018/01/black-hat-arsenal-asia-2018-great-lineup/)
90
89
-[](http://www.toolswatch.org/2018/09/black-hat-arsenal-europe-2018-lineup-announced/)
91
90
-[](http://www.toolswatch.org/2019/05/amazing-black-hat-arsenal-usa-2019-lineup-announced/)
91
+
-[](https://www.blackhat.com/eu-19/arsenal/schedule/#fact--firmware-analysis-and-comparison-tool-18179)
0 commit comments