Linked by Thom Holwerda on Mon 10th Apr 2006 21:17 UTC
Thread beginning with comment 113803
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-07-06
you do realize if you write something in assembler, its not OS specific, its hardware specific. So it doesn't make virus "cross-platform", just specific for the hardware it was programmed for. So with OSX using Intel, this proof-of-concept can "infect" Win32, OSX and Linux on i386.
That only goes as far as pure instructions. You have to take into account difference in file-layout, and difference in API and system calls. Attempted direct manipulation of hardware, by my knowledge, is intercepted by Linux and Windows kernels.