Delphi Exe Decompiler
- DE Decompiler? Is the unique solution for decompiling the Delphi generated programs (EXE, DLL, OCX). As you know the Delphi programs is the native win32 executable files.
- Most 'Delphi decompilers' parse form and RTTI data, but do not actually decompile the machine code. I can only recommend using something like DeDe (or similar software ) to extract symbol information in combination with a C decompiler, then translate the decompiled C code to Delphi (there are many source code converters out there).
when i input .exe file to PEiD v0.95 it gives output like'Borland Delphi 6.0 - 7.0 [Overlay]'
Telugu movie tamil dubbed download. Now i want to retrieve code from .exe file. So how to do that . Can any one give me right path for that.
Interactive Delphi Reconstructor IDR (Interactive Delphi Reconstructor) – a decompiler of executable files (EXE) and dynamic libraries (DLL), written in Delphi.
closed as off-topic by Jason Geffner, usr2564301, perror, jvoisin, 0xecFeb 16 '16 at 5:52
This question appears to be off-topic. The users who voted to close gave this specific reason:
- 'Questions asking for help reverse-engineering a specific system are off-topic unless they demonstrate an understanding of the concepts involved and clearly identify a specific problem.' – Jason Geffner, usr2564301, perror, jvoisin, 0xec
Delphi Decompiler Online
2 Answers
I had the same question. Unfortunatly thre is no tool that can provides you the original source code. But the perfect solution that I found is to use OllyDbg or IdaPro. In this way you can navigate inside the code reading ASM lenguage.
If ASM is a problem for you. IdaPro can probably help showing a sort of pseudocode, that is not exactly like the original source code, but it can give you an idea about the CodeFlow
Eurotic tv models. As far as I am concerned, you cannot retrieve the high level code from an executable.Fire up your debugger and analyze it.