Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How do you uncompile an EXE file
Name: Chris R Date: October 11, 2000 at 13:25:07 Pacific
Comment:
After having written a small program, I have compiled this into and EXE file. After having tested this I need to make some changes, BUT, how do I uncompile the file to do this. Is their a uncompiler program available for me to carry out this operation. I have written the program in Paradox 8
Name: Mike Date: October 11, 2000 at 13:39:21 Pacific
Reply:
I don't think EXE's are designed to uncompile. That would make it too easy for people to customize other people's programs and claim it to be their own. Your source files should be in the same place you saved them. If you lost it, you're screwed.
0
Response Number 2
Name: Rambler Date: October 11, 2000 at 13:40:10 Pacific
Reply:
Surely you change the source and recompile? Or am I missing summat?
0
Response Number 3
Name: wcr3d Date: October 11, 2000 at 18:23:23 Pacific
Reply:
Most programming languages I know have the ability to "decompile". I don't know Paradox though. HTH, wcr3d
0
Response Number 4
Name: horder Date: October 11, 2000 at 19:50:16 Pacific
Reply:
you have no chance to do that becouse if you even uncompil exe it will be almost all text in the assembly language
0
Response Number 5
Name: WHAT ??? Date: October 12, 2000 at 05:25:07 Pacific
Reply:
If you REALLY wrote it, then you have a copy of the source code. Compiling would not overwrite the source file. Please don't insult our intelligence.
Summary: How do you make an autorun file, that can see if there is an software installed. if there is, it starts the cd or else it install the software an thne start the cd. Any ideas? Thanks, Lindolfo ...