Delphi Exe Decompiler

  1. Dede Delphi Decompiler
  2. Freeware Exe Decompiler
  3. Delphi 7 Exe Decompiler

The exe files is written in delphi 7.0, it alsu using the developer express and zeos database components. The one that have a skill in delphi and assembler programming, who can make it for this project. So the project its to decompile a delphi 7.0 exe files to it's full original source code. Delphi and CBuilder Decompiler is an easy-to use program that can help you to restore your lost source code. If you lose your Delphi or CBuilder project sources, but have an executable file, then this tool can rescue part of lost sources. Decompiler produces all project forms and data modules with all assigned properties and events.

How can I convert a pascal exe file to pascal language? (decompile)

I repeat the question:
How can I convert a pascal exe file to pascal language? (decompile)

My company has an old program and they have lost the source file!!!!!!!
So I need a way to convert the exe file!

Perm

Re:How can I convert a pascal exe file to pascal language? (decompile)


In article <01bed8e7$0a220800$53954382@Even>,
'Per Einar Myklebust' <perni...@online.no> wrote:
Quote
> I repeat the question:
> How can I convert a pascal exe file to pascal language? (decompile)
You cannot!
Quote
> My company has an old program and they have lost the source
> file!!!!!!!
Ha, ha, ha, that will teach you to make backups!
I repeat the answer: You cannot!

Robert
--
Robert AH Prins
prin...@willis.com

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

Re:How can I convert a pascal exe file to pascal language? (decompile)


Quote
Per Einar Myklebust wrote:

> I repeat the question:
> How can I convert a pascal exe file to pascal language? (decompile)

> My company has an old program and they have lost the source file!!!!!!!
> So I need a way to convert the exe file!

> Perm

This is impossible. Just one thing, the compiler replaces every variable name
with a memory address... the original names get lost. It's impossible to get the
original file back.

Konstantin Koll

Dede Delphi Decompiler

Re:How can I convert a pascal exe file to pascal language? (decompile)


You can disassemble it.. but not dispascal.. if you are really COMMITTED
to a sort of source and you are very good at assembler stuff, I guess this
is the only chance you have..

BAD DAY ?? :-((

Don't mind- have a cup of coffee and think of how to re-code the whole
program (as the current version you have MUST be shit; otherwise you would
not have to change anything within the source, wouldn't you ;-))?) -- DON'T
MIND!

remember to make backups! ;-)

CU

Re:How can I convert a pascal exe file to pascal language? (decompile)


Per Einar Myklebust <mailto:perni...@online.no> said:
Quote
>I repeat the question:
>How can I convert a pascal exe file to pascal language? (decompile)

>My company has an old program and they have lost the source file!!!!!!!
>So I need a way to convert the exe file!

Not possible. The best you will get is assembly language and, depending
on the makeup of the program, you might not get all the code. There's a
pretty good commercial disassembler at, IIRC, http://www.datarescue.com/
--
Pedt

Veni; Vidi; Visa ... I came, I saw, I did a little shopping

Re:How can I convert a pascal exe file to pascal language? (decompile)


Hi!
Quote
> How can I convert a pascal exe file to pascal language? (decompile)
I think it's possible if you have the .map file for the program (which is
very unlikely). But if you have it there is a possibility using the Turbo
De{*word*81}. It will show the pascal-source code of the program. I don't know
whether it still works but with TP 5.5 it worked!

CU
Jens

P.S.: Visit http://members.xoom.com/goldman47/index.htm . It's a german
web-site with many pascal-programs for download and a few other things.

Re:How can I convert a pascal exe file to pascal language? (decompile)


In article <7nnq99$oo...@news06.btx.dtag.de>,
'Jens Gesing' <goldma...@hotmail.com> wrote:
Quote
> Hi!

> > How can I convert a pascal exe file to pascal language? (decompile)
> I think it's possible if you have the .map file for the program (which
is
> very unlikely). But if you have it there is a possibility using the
Turbo
> De{*word*81}. It will show the pascal-source code of the program. I don't
know
> whether it still works but with TP 5.5 it worked!

And where do you think TD gets the source from? Right, from the source!

Robert
--
Robert AH Prins
prin...@willis.com

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

Re:How can I convert a pascal exe file to pascal language? (decompile)


Jens Gesing <mailto:goldma...@hotmail.com> said:
Quote
> But if you have it there is a possibility using the Turbo
>De{*word*81}. It will show the pascal-source code of the program.
TD only shows the pascal source if the .pas source file is available
otherwise you just get assembler source.

--
Pedt

Veni; Vidi; Visa ... I came, I saw, I did a little shopping

Re:How can I convert a pascal exe file to pascal language? (decompile)


Hi!
Quote
> And where do you think TD gets the source from? Right, from the source!
Okay, okay, it was only an idea!

CU
Jens

1. Delphi Pascal / Closest match to other Pascal language

2. Need Tool for converting C++ .h files into Pascal Interface files

3. Turbo Pascal decompile

4. Converting Turbo Pascal to ANSI Pascal

5. Decompile a .tpu (Turbo Pascal Unit)...

6. Pascal Language Help file ?

Freeware Exe Decompiler

7. Pascal TEXT FILES and Other Languages

8. Converting Image Files (BMP?) To Turbo Pascal Arrays

9. Help decompiling turbo pascal exe file

10. Converting Turbo Pascal file to ASCII or text


A powerful utility that is designed to provide programmers and developers a handy means of having EXE and DLL files decompiled on the fly

Delphi Decompiler Github

Borland Delphi Decompiler; Jun 27, 2012 - Decompiling executable files, no matter the programming language they have been compiled in, is a tedious job. DeDe (Delphi Decompiler). Is there a program to decompile Delphi? closed Ask Question 20. How to decompile an.exe file which is not a.net module. Delphi RTTI Over Executable Project. The Interactive Delphi Reconstructor (IDR) is a decompiler of executable files (EXE) and dynamic libraries (DLL), written in Delphi and executed in Windows32 environment. Installation Download following files and uncompress them to the same directory.

Building software applications and debugging the classes, strings and any other components that make them function as one unit are closely related because developers often have to glance through the lines of code and identify possible problems before compiling the app.

Specially made for Delphi programs

In case the program was already created and there are some issues that need to be fixed, decompiling it might be the thing to open the way towards identifying and repairing every bug. To aid programmers in this matter, a tool like Interactive Delphi Reconstructor, or IDR in short, can come in quite handy.

Especially tailored to work with applications created in Delphi, this utility provides a lot of useful functions for analyzing and modifying the code. The tabbed interface is well organized, with all the commands easily accessible. Photomill: image converter 1 4 0. The navigation can be done either with the mouse or by using the function keys to move to the tab you want to reach.

Generate comments, MAP, IDC, and class trees

A neat thing about Interactive Delphi Reconstructor is the fact that all the units are colored and obeying a certain code, to make it more easy for anyone to identify standard units from user or trivial units. Also, even the unrecognized bits are highlighted accordingly.

There are many functions hidden in the right-click menu, depending on the currently active tab. This means that it is possible to perform a wide variety of actions for units, types, classes or entry points.

The set of tools that Interactive Delphi Reconstructor comes with includes several generators for comments, MAP and IDC, as well as a class tree builder. In the corresponding menu you will find a KB TypeInfo Viewer, an IDP importer and a most useful Hex to Double converter.

To sum it up

On the whole, this software solution is very well equipped for the tasks it is set to to carry out and will surely prove a valuable helper for developers who need to work on a Delphi program. Stacker 1 0 1 download free.

Filed under

DecompilerInteractive Delphi Reconstructor was reviewed by Olivian PuhaNew in Interactive Delphi Reconstructor 2.5.3 Beta:
  • Internal buffer overflow bug was fixed (buffer for converting string variables);
  • Idc-script generator severe bugs were fixed (in particular, for Delphi 2010);
  • Repeated names analyzis was added to idc-script generator;
  • Separator '+' in units list was replaced to ';'
Read the full changelog
Load comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policyExe

Interactive Delphi Reconstructor 2.6.0.0

Delphi Exe Decompiler

Delphi 7 Exe Decompiler

add to watchlistsend us an updateExe
runs on:
Windows All
file size:
3.3 MB
filename:
Idr.exe
main category:
Programming
developer:

top alternatives FREE

top alternatives PAID

Analyze executables compiled with Delphi Builder, Kylix and Kol

Delphi

Blazevideo video converter pro 2 0 0. Decompiling executable files, no matter the programming language they have been compiled in, is a tedious job. DeDe (Delphi Decompiler) brags on performing this particular task fast and neat. As no software can retrieve the source code 100% in both consistency and accuracy, any program that can get closer to that perfect score is, indeed, useful.

While it can be used for some illegal activities implying decompilation of projects you don't actually own and use of them to generate income, DeDe is really meant for the recovery of your lost source code, correction of errors, malicious code checking or the application migration to newer platforms.

Code decompilation is based on reversed engineering that cannot create an automated perfect copy of the source because of the conversion operations that take place during the compilation process. Most of the variable names used in the program are turned into addresses. What DeDe does is providing you with the DFM files (containing the details of the objects included in a form) that you can open and edit with Delphi.

It also brings the published methods to the workbench alongside ASM (assembly language) code that features comments and references to classes methods calls, imported function calls, components in the unit or strings. DeDe allows you to generate a Delphi project folder that comprises the retrieved DFM, PAS and DPR files.