https://github.com/tmcdos/idr
Interactive Delphi Reconstructor (Pascal version)
https://github.com/tmcdos/idr
decompiler delphi7 reverse-engineering
Last synced: 3 months ago
JSON representation
Interactive Delphi Reconstructor (Pascal version)
- Host: GitHub
- URL: https://github.com/tmcdos/idr
- Owner: tmcdos
- Created: 2016-06-28T08:55:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:14:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-21T09:48:30.424Z (about 1 year ago)
- Topics: decompiler, delphi7, reverse-engineering
- Language: Pascal
- Homepage:
- Size: 1010 KB
- Stars: 48
- Watchers: 12
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.