From a160762c7e75c78233461368410e95ddba4d7178 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 8 Apr 2017 14:53:52 +0200 Subject: [PATCH 1/2] Add LIEF --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe2cf7f..e199c7f 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,8 @@ the [browser malware](#browser-malware) section.* * [Kaitai Struct](http://kaitai.io/) - DSL for file formats / network protocols / data structures reverse engineering and dissection, with code generation for C++, C#, Java, JavaScript, Perl, PHP, Python, Ruby. +* [LIEF](https://lief.quarkslab.com/) - LIEF provides a cross-platform library + to parse, modify and abstract ELF, PE and MachO formats. * [ltrace](http://ltrace.org/) - Dynamic analysis for Linux executables. * [objdump](https://en.wikipedia.org/wiki/Objdump) - Part of GNU binutils, for static analysis of Linux binaries. From c317c66709a6bba04bf64705037494e53e40226d Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 8 Apr 2017 15:09:37 +0200 Subject: [PATCH 2/2] Fix Binwalk link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e199c7f..04296d7 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,7 @@ the [browser malware](#browser-malware) section.* * [binnavi](https://github.com/google/binnavi) - Binary analysis IDE for reverse engineering based on graph visualization. * [Binary ninja](https://binary.ninja/) - A reversing engineering platform that is an alternative to IDA. -* [Binwalk](http://binwalk.org/) - Firmware analysis tool. +* [Binwalk](https://github.com/devttys0/binwalk) - Firmware analysis tool. * [Bokken](http://www.bokken.re/) - GUI for Pyew and Radare. ([mirror](https://github.com/inguma/bokken)) * [Capstone](https://github.com/aquynh/capstone) - Disassembly framework for