From 34373f415eebf6957b835b5735e9a7abf371ea96 Mon Sep 17 00:00:00 2001 From: tmcdos Date: Sat, 2 Jul 2016 16:00:13 +0300 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17dc751 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# IDR +Interactive Delphi Reconstructor (Pascal version) + +This is a translation of the original C++ code (can be found on https://github.com/crypto2011/IDR) into Pascal. +Use Delphi 7 to build the project. +There is also a simple tool **IDP2TXT** which may be used to convert an IDP (IDR project file) to its textual representation.