Board index » delphi » convert *.exe files to *.pas files
Paul Quin
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Paul Quin
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
convert *.exe files to *.pas fileshello, i have made a program and i converted it to an executable file. The does any1 have any suggestions on this, thank you |
J. W. Rid
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesOn 24 Jul 1997 13:24:10 GMT, "Paul Quinn" <paulq...@wantree.com.au> Quote>hello, i have made a program and i converted it to an executable file. The file from the EXE. Yet another excellent example of the importance of doing backups (whatever those things might happen to be). |
Dan Headin
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesQuotePaul Quinn wrote: executable, is to get a disassembler. The problems with disassemblers, are that they very rarely ever work properly, and they write out assembler code. It'd be impossible to actually return an executable to pascal source. -- mox...@geocities.com h...@concentric.net (down) -------------------- http://www.geocities.com/SiliconValley/Bay/4961 http://www.concentric.net/~hlhj (down) |
na..
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesQuotePaul Quinn wrote: and code what you already know about your exe. If you have norton's utils you could easily re- cover your pas file. Other then that you broke it. :} Chris M. "I haven't forgotten anything. I have my memory backed up on tape somewhere." |
Mike Copela
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesQuote> hello, i have made a program and i converted it to an executable file. The backups, you pay the price. Insofar as creating .PAS for this program, you'll have to reengineer it from its functionality. There's no other choice. |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas files |
Ron van Da
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesHi "Paul! Thursday, July 24 1997, "Paul Quinn" wrote to All: PQ> hello, i have made a program and i converted it to an executable file. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ************************************************************* Regards, Ron van Daal |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas files |
jn
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesJ. W. Rider (jw_ri...@usa.net) wrote: Quote: wrote: : >hello, i have made a program and i converted it to an executable file. The : >problem is that my computer crashed and resulted on me formatting my hard : >drive, i hade the copy of the program but i deleted the .pas file. now i : >want to edit my program but i dont know how to convert it back to a working : >pascal file. If the data is not overwritten, you can recover it with a suitable -- |
Osmo Ronkan
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesIn article <01bc99a6$4d2ac240$86e637cb@quinnicus>, QuotePaul Quinn <paulq...@wantree.com.au> wrote: Backing up does not necessarily mean that one uses a fancy program and hundreds of floppies. It can be as simple as after you have ended the programming for the day insert a floppy in the drive and issue "xcopy *.pas a: /m" (or /a if you do not want to clear archive attributes on the files copied). If your code is not worth the floppies and the minute it takes to copy it then why do you bother to write it in the first place? If you use pkzip you get also compression and floppy changes when needed and have several other options like selecting files modified at the particular date. (Of course just backing up source files does not help you restoring other important stuff, like autoexec.bat and config.sys etc. so it is good to have at least one more or less complete backup) Btw yo could try using English. Osmo |
Vinson AB
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesjnz <u...@pacifier.com> wrote in article Quote> J. W. Rider (jw_ri...@usa.net) wrote: and it will be a better version than before. -- |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas files |
Vinson AB
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesRon van Daal <Ron.van.D...@tuwbbs.cuci.nl> wrote in article Quote> Hi "Paul! Quote> It seems you're searching for a Pascal rev.engineering util.. because program labels, identifier, variables name, types defs... are not included in the .exe. The best you can do is to disassemble them. I suppose that won't be useful to you anyway. -- |
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas files |
Scott Wisniewsk
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:convert *.exe files to *.pas filesOn 24 Jul 1997, Mike Copeland wrote: Quote> > hello, i have made a program and i converted it to an executable file. The microsoft assembler, or dos debug. Or he could learn macheine code and just directly modify the machine code. There are other choices. -Scott Wisniewski wi...@ruhs.uwm.edu |