Home > Back-end >  About the Delphi program source code
About the Delphi program source code

Time:09-25

I say first thing happened:
I have a colleague in the company before, Delphi, and leadership let he wrote a program in Delphi, we use is very good, but the colleagues more publicity personality, with many colleagues are incompatible, once because of his leadership scold a few words, and then he would have to resign, originally he leave also won't cause what effect to our work, can the leadership decided to before he wrote a secondary development on the base of the Delphi program, only to find that he was at the time of go, to delete all the Delphi source code, find also can not find, can not contact people, now only has an executable program... Before there is no source code, because I don't know what is the program processing logic, also not convenient to develop, consult a great god, and in this case what should I do? Is there a way to get the program code or logic or something?

CodePudding user response:

What type of program! Have an executable program should be able to develop?

CodePudding user response:

Is an executable file, but I don't know what is the internal processing logic, so I can't to redevelop ah ~
A great god can do to help? I can pay for ~ ~

CodePudding user response:

Since have exe program is in use, that what else logic don't know the forehead?

If there is contact less than himself, according to the requirements to write, have a ready-made do template program is running, rewrite it is easy,

Seems can also through the decompiled software, source reduction, but I didn't try this method, ha ha,

CodePudding user response:

reference yangb0803 reply: 3/f
since have exe program in use, that what else logic does not know the forehead?

If there is contact less than himself, according to the requirements to write, have a ready-made do template program is running, rewrite it is easy,

Seems can also through the decompiled software, source reduction, but I didn't try this method, ha ha,


Can reverse compile the source code is the best, is there any way

CodePudding user response:

reference 4 floor iowns response:
Quote: reference yangb0803 reply: 3/f

Since have exe program is in use, that what else logic don't know the forehead?

If there is contact less than himself, according to the requirements to write, have a ready-made do template program is running, rewrite it is easy,

Seems can also through the decompiled software, source reduction, but I didn't try this method, ha ha,


Can reverse compile the source code is the best, is there any way

Has decompiling tools such as DEDE, but may be disappointed, you use the DFM that is a resource can be decompiled out, while the code can only be decompiled assembly code.
If can easily compiled to pas the source code, so no one written in Delphi code, everyone can copy.

A person actually write the code in the cow force can write how much? You rewrite a.

CodePudding user response:

No way, only to write and understand some technical look at program about internal logic, decompiled not line,

CodePudding user response:

Can only find simple code disassembly, useless, only on the basis of have no the function module to write, there is a way, through legal procedures, to the original code, the authors claim because the source code is working behavior, the company has to pay wages, source code is the property of the company, can be investigated for legal responsibility,

CodePudding user response:

Try to recover a deleted file,

CodePudding user response:

The source code is job
Even if not, you should delete the
Support the employees

CodePudding user response:

reference 5 floor wr960204 reply:
Quote: refer to 4th floor iowns response:

Quote: refer to the third floor yangb0803 response:

Since have exe program is in use, that what else logic don't know the forehead?

If there is contact less than himself, according to the requirements to write, have a ready-made do template program is running, rewrite it is easy,

Seems can also through the decompiled software, source reduction, but I didn't try this method, ha ha,


Can reverse compile the source code is the best, is there any way

Has decompiling tools such as DEDE, but may be disappointed, you use the DFM that is a resource can be decompiled out, while the code can only be decompiled assembly code.
If can easily compiled to pas the source code, so no one written in Delphi code, everyone can copy.

A person actually write the code in the cow force can write how much? You rewrite a.



Well, I think can be decompiled source ~ ~ ok, I'll have a look at other ways to

CodePudding user response:

refer to the eighth floor DelphiGuy response:
try to recover a deleted file,


This method tried, I can't find it ~

CodePudding user response:

refer to 7th floor lyhoo163 response:
can only find simple code disassembly, useless, only on the basis of have no the function module to write, there is a way to, through legal procedure, the authors claim to the original code, because the source code is working behavior, the company has to pay wages, source code is the property of the company, shall be investigated for legal responsibility, can


is originally don't want to get this things make big...

CodePudding user response:

If no special algorithm, don't try to reverse, because the cost of this kind of situation often reverse than according to the need to rewrite a cost is much higher, since don't want to walk the legal way, then according to the demand to rewrite, a binary executable file cannot be simple back into the source code, the so-called complete reduction, is inverse and rewritten, even so, cost will be higher than rewriting cost directly, of course, if you have any special software algorithm, you must use again, look for a person to reverse it,

CodePudding user response:

You know, the key code to be written in c + + or DELPHI, decompilation is difficult, the net is too weak.

CodePudding user response:

In this way, or open the original process, simulation rewriting code,

CodePudding user response:

I can help you make a, money doesn't matter! My time is more,

CodePudding user response:

File crushing + format, download some movies to fill again, to go to estimate are made, restoring basic hopeless,

Decisive redo,

CodePudding user response:

A see be small companies, is not standard, standard practice is to synchronize the development progress of every day to the server, and release the exe is compiled on the server,

CodePudding user response:

Can't do the, are rewritten

CodePudding user response:

If not particularly complex secondary development, on the EXE now continue to develop, the existing EXE when a form, the value of the values, the other to write it is ok to build a source

CodePudding user response:

Now that is the company's own development needs of what must be, oneself again, this only EXE, it is no good to make a source to ~ ~ ~

CodePudding user response:

Consequences of technology management confusion, any code update need to submit the server, the server he couldn't
  • Related