What does HackerNews think of binwalk?

Firmware Analysis Tool

Language: Python

apack/aunpack from the atool suite for me [0]. Funny how many solutions exist for this problem. Though I think Unblob is aiming more for binwalk's niche [1].

[0] https://www.nongnu.org/atool/

[1] https://github.com/ReFirmLabs/binwalk

For anyone else needing to tackle something like this, its definitely worth checking out Binwalk [1]. It is meant for extracting firmware but it works decently well on most files-in-files type data formats.

[1] https://github.com/ReFirmLabs/binwalk

Yes, I use this one regularly: https://github.com/ReFirmLabs/binwalk

(Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images)

binwalk is a good tool to use for this, especially early analysis: https://github.com/ReFirmLabs/binwalk