From 5ac6a287807afced0115ee6339e242ee7c86448c Mon Sep 17 00:00:00 2001 From: Andrea De Pasquale Date: Wed, 2 Jan 2019 18:24:16 +0100 Subject: [PATCH] Add Interactive Delphi Reconstructor (IDR) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20e7092..355f560 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,8 @@ the [browser malware](#browser-malware) section.* * [Hopper](https://www.hopperapp.com/) - The macOS and Linux Disassembler. * [IDA Pro](https://www.hex-rays.com/products/ida/index.shtml) - Windows disassembler and debugger, with a free evaluation version. +* [IDR](https://github.com/crypto2011/IDR) - Interactive Delphi Reconstructor + is a decompiler of Delphi executable files and dynamic libraries. * [Immunity Debugger](http://debugger.immunityinc.com/) - Debugger for malware analysis and more, with a Python API. * [ILSpy](http://ilspy.net/) - ILSpy is the open-source .NET assembly browser and decompiler.