Linked by Thom Holwerda on Fri 15th Dec 2006 20:35 UTC, submitted by anonymous
Thread beginning with comment 193199
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Other than shell scripts...not possible
by skymt on Sat 16th Dec 2006 17:55
in reply to "Other than shell scripts...not possible"
Or, maybe, programs written in interpreted programming languages? It's easy enough to make a Python program perform a task on any machine with the interpreter. Some PC manufacturers bundle the Python interpreter with new Windows PCs (HP, for instance), so even that is becoming less of an issue for malware writers.




Member since:
2005-07-20
Until someone comes up with a way similar to Apple's fat binaries (universal binaries) and manage to make it work for Windows, Linux, BSD, Solaris, Windows, etc (and on the different hardware platforms - x86, PPC, SPARC, etc) (which is also not possible because different systems go by the magic number at the beginning of the file), the closest thing to a non-OS-dependent malware would have to be a shell script (which then discludes Windows users). And shell scripts don't execute themselves, and no user using those systems would be stupid enough to enter the root password for it (though it could take out their home directory instead of ask for a password).