https://github.com/fkie-cad/fact_firmadyne_analysis_plugin
Integrates Firmadyne into FACT
https://github.com/fkie-cad/fact_firmadyne_analysis_plugin
firmadyne firmware-analysis firmware-tools
Last synced: about 1 year ago
JSON representation
Integrates Firmadyne into FACT
- Host: GitHub
- URL: https://github.com/fkie-cad/fact_firmadyne_analysis_plugin
- Owner: fkie-cad
- License: gpl-3.0
- Created: 2017-10-26T05:41:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T13:16:50.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T09:51:45.876Z (about 1 year ago)
- Topics: firmadyne, firmware-analysis, firmware-tools
- Language: Python
- Size: 51.8 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FACT plug-in - Firmadyne
[](https://bettercodehub.com/)
:exclamation: **Caution:** This plug-in is quite experimental at the moment. Feel free to improve it.
[Firmadyne](https://github.com/firmadyne/firmadyne) integration into the [Firmware Analysis and Comparison Tool](https://fkie-cad.github.io/FACT_core/).
## Installation
Go to FACT's root directory and execute the following lines:
```sh
$ git submodule add https://github.com/fkie-cad/FACT_firmadyne_analysis_plugin.git src/plugins/analysis/firmadyne
$ ./install.py -B
```
If you add more than one additional plug-in, ```./install.py -B``` must be run just once after you added the last plug-in.