[Prev][Next][Index][Thread]
Bliss
Bliss is just somebody's pet project. It's not really anything since it
has no intentions to destroy programs. Observe:
It seems that bliss can uninfect files that it infects if you run an
infected program with the --bliss-uninfect-files-please argument.
First:
------------------
infecting: ls, 25604 bytes
infect() returning success
------------------
And then, when told to disinfect: (./ls --bliss-uninfect-files-please)
------------------
/home/virtest/ls, ver 10002, at Tue Feb 4 16:21:54 1997
disinfecting: /home/virtest/ls
read 25604 bytes
successfully (i hope) disinfected /home/virtest/ls
------------------
It seems to work fine... a diff of this file and the original shows no
changes at all.
Gives a whole new meaning to the phrase 'say please', doesn't it?