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.