by refractor » Jun 14, 2002 @ 10:11am
As a didactic activity, I have no problem with people programming virii - they can teach you a lot about low level stuff.
The main thing with a PPC virus is that it can't really spread itself, other than on the device. You could get it to send people infected exes, but how many people would actually have a PPC device and run it? It would be pointless "releasing" a virus at this stage in the PPC market (if somebody was that way inclined) - it simply wouldn't spread.
I'm sure you could get it to bury itself into flash ROM, but that would take a good deal of knowledge about the *individual* ROMS, and about how the ROM is processed on boot-up.
Hiding in every EXE you can find would probably be more effective, as you'll inevitably hit a CF card or similar. Again, though, you need *detailed* information about the format of EXE files, and how they're processed on execution (incidentally, if anybody finds that sort of information, please let me know).