Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmcdos/idr
Interactive Delphi Reconstructor (Pascal version)
https://github.com/tmcdos/idr
decompiler delphi7 reverse-engineering
Last synced: 19 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:14:11.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T13:41:54.448Z (3 months 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.