Decompiling Delphi Program

Decompiling Delphi Program 5,7/10 740votes
Delphi Program For Hotel

Delphi Projects for $250 - $750. I have a program written in delphi that I wish to decompile. The combined size of the launch file / application file, plus all the. Whispering about reverse engineering Delphi applications: 'I have a Delphi program's.exe, can I decompile it and get the source?'

I have a program written in delphi that I wish to decompile. The combined size of the launch file / application file, plus all the *.bpl files plus all the folders is 40.5mb. I would like the engineer that takes this work on to look through the relevant code and find the section that I am interested in.

Then take this and elucidate how it produces the functionality. The program will be provided to the winning contractor, as will the name of the section of code that I am interested in. Skills: See more:,,,,,,,,,,,,,,,,,,,,,,.

Uk Border Agency Landing Card Pdf File. If you are using a Dot-Net assembly that was crated using Delphi.net, then you might have a hope of getting there from here. Video Editing Software Utorrent more. However, the phrase 'very old' in your original post indicates that it is not a Delphi.Net DLL and, if that is true, then you don't have the proverbial snowball's chance of using Reflector to find out much of anything. The fact that you can find out the names of the functions should be considered a Gift From The Gods of Programming. Reflector only works with Dot-Net and that is only because Dot-Net doesn't really compile to native machine code. Since non-Dot-Net Delphi (especially 'very old' Delphi) compiles to machine code, you would have to use what is called a 'disassembler' to convert the code from the machine readable binery data to more human consumable data (and you should note the relative term 'more' used in that sentence because most disassemblers I have encountered create really ugly code;-). Compilers dont 'read' machine language code; they create machine language code. There is a major difference!

Compilers take human consumable code (e.g. COBOL, Delphi, Fortran) and convert it to the equivalent assembly language code and then convert that to machine language, binary files. Download Film Taiyou No Uta 720P on this page. Some compilers will let you generate interim assembly language files; however, the Delphi Compiler is a very efficient, very smart compiler and it 'optimizes' the machine language code that it generates so that it will run as fast as possible from as small of an executable file as possible. When a program uses a DLL, what does it Do? It can read the executable code - machine language with a compiler. If you are talking about what happens during the compilation of the application when the DLL is statically loaded, then that is one thing.