12 lines
224 B
Markdown
12 lines
224 B
Markdown
|
# 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>
|
||
|
```
|