What is a compiled program?
As we use it here, the term denotes a stand-alone program generated by a compiler rather than an interpreter: that is, one that can run without the development platform that generated it being present. As computer scientists use the terms, the differences between a compiler and an interpreter are considerably more complex, but the fine detail isn’t really important in terms of this malware – for an end user, at any rate.
Related Questions
- I generated source code for windows xp as target in OSPAL, compiled, and executed the program in VC++. I hope the resultant tasks are scheduled by the windows scheduler?
- Why do I get the "The application failed to initialize properly" or "MSCOREE.DLL was not found" error message when running the compiled program?
- In a language with a metacircular interpreter, how is the first program ever written compiled?