miinaturvat Posted June 2, 2009 Report Posted June 2, 2009 Can anyone think of a way to make a program that outputs it's own source code? And I don't mean one that opens up the source file, or one that you typed the source code into earlier Just a program that can, when asked, show it's source code. Maybe some form of decompilation is necissary?
T3A guy Posted June 2, 2009 Report Posted June 2, 2009 You would need to decompile and print out the source, but if all it does is prints out its own source I don't see the point because you would know the code because you made it.
Quinn Posted June 3, 2009 Report Posted June 3, 2009 You would need to decompile and print out the source, but if all it does is prints out its own source I don't see the point because you would know the code because you made it.Your damn smart for a third grader
miinaturvat Posted June 3, 2009 Author Report Posted June 3, 2009 So how would you go about creating a program that can decompile itself? I thyink it would be a cool program to write...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now