Delphi Exe Decompiler

Try Out Decompilation In Your Browser. The online decompilation service is disabled. Since RetDec is open source, you can build and run it directly on your PC.

  1. Best Delphi Exe Decompiler

when i input .exe file to PEiD v0.95 it gives output like'Borland Delphi 6.0 - 7.0 [Overlay]'

Now i want to retrieve code from .exe file. So how to do that . Can any one give me right path for that.

SamSam

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
If this question can be reworded to fit the rules in the help center, please edit the question.

2 Answers

Best Delphi Exe Decompiler

DelphiDelphi Exe Decompiler

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.

Internet explorer 32-bit download. Jan 7, 2018 - Autocad 2014 32 Bit Keygen Torrent Free Download. Autocad 2014 32. Autocad 2014 Crack Kickass Torrent illustrator cs5 key office 2013. Feb 11, 2018 - Autocad 2014 Free Download 64 BitAutoCAD 2015 free download full version with crack 32 bit kickass. AutoCAD 2012 32-bit and 64-bit crack.

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

Alessio TrecaniAlessio Trecani

As far as I am concerned, you cannot retrieve the high level code from an executable.Fire up your debugger and analyze it.

NonameNoname

Not the answer you're looking for? Browse other questions tagged debuggingdelphiexe or ask your own question.

  • For 0.7.1.0 on Windows 10 Was curious about decompiling an old device from the late 1990's.. M68K with 512KB ROM code compiled from C and quite likely in a VxWork OS, dumped from EEPROM to a binary file of the same size. The Scanner function works well for recursively finding procedures as absolute and relative addressed calls. However, after performing that step, I ultimately had better results with this raw binary format searching for procedures throughout the ROM with good accuracy with the pattern matching for 4E 56 00 00 as the beginning of the procedures, followed by searches for the link instruction: 4E 56 FF, 4E 56 FE, 4E 56 FD, 4E 56 FC, 4E 56 FB, and finally 4E 56 FA. This found 95% of all executable code in the entire 512KB space. Next came strings. The string search is rudimentary and I did not find any difference between UTF-8 and the 16 bit BE and LE selections. In any case I was searching for UTF-8 zero-terminated 'C' style strings. The procedure here was to search for 25 character or more strings first, then 20 character, 10 character, 6 character, and finally 3 character (tedious). Many zero terminated strings were completely missed, so I'm guessing this is a work in progress. The rest of the strings I marked manually as 'sz' type, which was tedious but oddly satisfying. Marking Types: this version of Decompiler seems to not support any other type than character. If I try any other type, the types are saved to the .dcproject file, but the Serializer complains when the .dcproject is read back into Decompiler: unsupported type (or some other error like that), and the Globals list is truncated at the first occurrence of the error. I'm hoping the 0.8.0.0 or later version is due for a release here soon. I see there is some recent work done on it. The GUI is clunky, and crashes easily, but once I found the pitfalls, I could avoid them and avoid crashes. SAVE often, make frequent backups of the .dcproject file, be prepared to manually edit the .dcproject file if you Mark any type other than char or zero terminated char string. Keyboard shortcuts to often used commands would be nice, such as: Mark Type, because mouse-clicking dropdown menus repeatedly is painful. Great project! We need these tools to help preserve old proprietary technology as time marches on.

  • Constant updates, awesome support.

  • Decompiler works fine. Decompiling an autoit exe.

C++Read more reviews >
Posted :