From 1e19b4db1a9e19f804188eb1d7969c36b986b10d Mon Sep 17 00:00:00 2001 From: Pascal Eckmann Date: Tue, 29 Dec 2020 15:14:25 +0100 Subject: [PATCH] Add emba to analysis tools --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b0acd5f..bea0138 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,7 @@ Software tools for analyzing embedded/IoT devices and firmware. ### Analysis Tools - [Binwalk](https://github.com/ReFirmLabs/binwalk) - Searches a binary for "interesting" stuff, as well as extracts arbitrary files. +- [emba](https://github.com/e-m-b-a/emba) - Analyze Linux-based firmware of embedded devices. - [Firmadyne](https://github.com/firmadyne/firmadyne) - Tries to emulate and pentest a firmware. - [Firmwalker](https://github.com/craigz28/firmwalker) - Searches extracted firmware images for interesting files and information. - [Firmware Slap](https://github.com/ChrisTheCoolHut/Firmware_Slap) - Discovering vulnerabilities in firmware through concolic analysis and function clustering.