Home » Tools » 10. Forensics Tools » 2. Binwalk

2. Binwalk

Description:
Binwalk is a tool used for analyzing firmware images. It is used to extract and reverse-engineer firmware to identify hidden files and embedded data.

Examples:

    1. Extract Firmware Image:
      • binwalk -e firmware.bin

Explanation: Scans and extracts files from the given firmware image (firmware.bin).

Scroll to Top