Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   What are the alternatives to Binwalk for firmware analysis? (https://forum.exetools.com/showthread.php?t=19842)

SMH17 04-24-2021 04:12

What are the alternatives to Binwalk for firmware analysis?
 
I'm wondering if there are better alternatives to Binwalk to work on reverse engineering of firmware images.

traf0 04-25-2021 02:02

you can try

Centrifuge
Quote:

https://github.com/BinaryResearch/centrifuge-toolkit
Firmware Analysis Toolkit
Quote:

https://github.com/attify/firmware-analysis-toolkit

sh3dow 05-31-2021 21:02

Binwalk is the gold standard for this like IDA pro for binary reversing in its golden days (before Ghidra been released)
But Binwalk is more like PEiD or Exeinfo than firmware reverse engineering tool, it use signature based scan to identify the compression algorithms used by the manufacture and unpack the firmware image, and later evolved over time and improved its arsenal like the ability of ISA identification and entropy Visualization.

There are new tools made to avoid Binwalk's weakness (the signature based scan) by using machine learning. the first tool is ISAdetect, which focuses specifically on identifying the target CPU of the binary file and it's accomplish this using machine learning. the second one is Centrifuge which focuses specifically on visualizing the data in the binary file and give a better understanding of these data (it is far better than Binwalk Visualization function). it use Python plotting libraries to accomplish that, also use DBSCAN algorithm to finds clusters of statistically-similar data which really give a bigger picture for the reverse engineer on what the the binary file include inside its dark world. the the creator of this tool gave two example you can read them to have a better idea on how Centrifuge's data visualization is superior to that of Binwalk and helpful to the reverse engineer.

keep in mind in the two example the creator of this tool made he unpacked the firmware with Binwalk first then proceed to farther analyze it with Centrifuge.

Quote:

One of Centrifuge's design goals was to assist with firmware analysis, complementing existing tools such as the tried and true `binwalk`.
So in the end these are not replacement but complementing tools to Binwalk.

Quote:

Originally Posted by traf0 (Post 122950)
you can try

"Firmware Analysis Toolkit"

This use Binwalk for extracting and QEMU for emulation, so it's not really an alternative tool.

---

Right now there is not complete replacement to Binwalk and the territory of firmware analysis/reverse engineering is lacking in its arsenal, it's still not as advanced as computers or cell phones analysis/reverse engineering toolkits, but we hope this will change since near everything now connected through the internet and the IOT is hot topic.


All times are GMT +8. The time now is 20:49.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX