answersLogoWhite

0

Basically, you can't. It would be like trying to take a baked cake and turn it back into its ingredients. It is maybe not that severe, but nevertheless very difficult to break a program and find some of its original components. That is why we keep the programs themselves in the form of source code.

But for some technologies it is possible. For example .Net programs can be decompiled.

And there are special tools which allow to do that - .net decompilers.

For an example look at the one at the related link below.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How to decompile and recompile C plus plus for free?

Decompile?! There is no such thing.


How do you use compiled in proverb?

The program compiled itself to give the correct result.


What is a compiled program that runs on the client inside of an interpreted program?

As far as I know, interpreted software does not run compiled software at all.


How do you decompile a batch file compiled by bat2exe?

You can not, unless you want to spend a very long time finding out how. Instead of using bat2exe just use the system() function in C++ to have command line functions inside of an executable.


What is java virtucal mechine?

That refers to the program that runs the compiled Java program.


Why are comments not compiled in a computer program?

'cos' they are just comments.


Which variable is initialized once when program is compiled?

global and static


What type of error is detected when a pascal program is compiled?

syntax error


What is the use of macro date?

it returns the date your program was compiled in a string


What is the Club Penguin swf?

A 'SWF' is a flash-file. Flash is the program that runs Club Penguin. If you decompile Club Penguin, you'll find SWF-files, like rooms and catalogs.


What is a compiled program that runs on the client?

The program that runs on the client computer is the client program. Web-browser is a prominent example for client program.


How do you run a C program on SunOS?

A "C" program has to be compiled to machine code on any Unix system, whether it is Solaris or some other version. After compiling the program, execute it by typing in the name of the compiled program created by the "C" compiler. The standard name is 'a.out', but it could be named anything you want.