From 770f5f46a70bf1d8c59ed94dcf2d3ab9bce3be34 Mon Sep 17 00:00:00 2001 From: Hors Date: Fri, 2 Oct 2020 21:01:55 +0200 Subject: [PATCH] Added Detect It Easy(DiE) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f561153..e05445d 100644 --- a/README.md +++ b/README.md @@ -643,6 +643,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing), [* ### Reverse Engineering Tools * [Capstone](http://www.capstone-engine.org/) - Lightweight multi-platform, multi-architecture disassembly framework. +* [Detect It Easy(DiE)](https://github.com/horsicq/Detect-It-Easy) - Program for determining types of files for Windows, Linux and MacOS. * [Evan's Debugger](http://www.codef00.com/projects#debugger) - OllyDbg-like debugger for GNU/Linux. * [Frida](https://www.frida.re/) - Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. * [Fridax](https://github.com/NorthwaveNL/fridax) - Read variables and intercept/hook functions in Xamarin/Mono JIT and AOT compiled iOS/Android applications.