From 3a3211c598fe24ee3fe7121d101cf880c5c749d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Thu, 8 Aug 2019 15:49:23 +0200 Subject: [PATCH 1/3] added SRecord tool --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ce8eda1..e07794a 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ Software tools for analyzing embedded/IoT firmware. - [Binwalk](https://github.com/ReFirmLabs/binwalk) - Extracts arbitrary files utilizing a carving approach. - [FACT Extractor](https://github.com/fkie-cad/fact_extractor) - Detects container format automatically and executes the corresponding extraction tool. - [Firmware Mod Kit](https://github.com/rampageX/firmware-mod-kit/wiki) - Extraction tools for several container formats. +- [The SRecord package](http://srecord.sourceforge.net/) - collection of tools for manipulating EPROM files (can convert lots of binary formats) ### Support Tools From dd952e1ae9c557808f7c259423bd8b506fc3a6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Thu, 8 Aug 2019 15:59:18 +0200 Subject: [PATCH 2/3] fix linter issue --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e07794a..8538b8e 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ Software tools for analyzing embedded/IoT firmware. - [Binwalk](https://github.com/ReFirmLabs/binwalk) - Extracts arbitrary files utilizing a carving approach. - [FACT Extractor](https://github.com/fkie-cad/fact_extractor) - Detects container format automatically and executes the corresponding extraction tool. - [Firmware Mod Kit](https://github.com/rampageX/firmware-mod-kit/wiki) - Extraction tools for several container formats. -- [The SRecord package](http://srecord.sourceforge.net/) - collection of tools for manipulating EPROM files (can convert lots of binary formats) +- [The SRecord package](http://srecord.sourceforge.net/) - collection of tools for manipulating EPROM files (can convert lots of binary formats). ### Support Tools From 3eaf9844ebccd364c1855f7d6f25f86d0b432656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Stucke?= Date: Thu, 8 Aug 2019 16:05:51 +0200 Subject: [PATCH 3/3] fix yet another linter issue --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 584bf66..2b3e7ef 100644 --- a/readme.md +++ b/readme.md @@ -43,7 +43,7 @@ Software tools for analyzing embedded/IoT firmware. - [Binwalk](https://github.com/ReFirmLabs/binwalk) - Extracts arbitrary files utilizing a carving approach. - [FACT Extractor](https://github.com/fkie-cad/fact_extractor) - Detects container format automatically and executes the corresponding extraction tool. - [Firmware Mod Kit](https://github.com/rampageX/firmware-mod-kit/wiki) - Extraction tools for several container formats. -- [The SRecord package](http://srecord.sourceforge.net/) - collection of tools for manipulating EPROM files (can convert lots of binary formats). +- [The SRecord package](http://srecord.sourceforge.net/) - Collection of tools for manipulating EPROM files (can convert lots of binary formats). ### Support Tools