killchain-compendium/reverse_engineering/docs/firmware.md

12 lines
224 B
Markdown
Raw Normal View History

2021-09-18 01:40:51 +02:00
# Reversing Firmware
## Tools
* binwalk
* unlzma
* tar
* [fat](https://github.com/attify/firmware-analysis-toolkit.git)
* Create usable environment and start firmware inside it
```sh
./fat.py <firmware>
```