Earlier quoted context omitted.
I'm pretty sure the future of anti-viruses will involve signature matching one way or another, because there's no way around that. Viruses are pretty similar to their biological counterparts ... they are pretty useless by themselves, but once they infect a host, they can use its mechanisms to multiply. Antibiotics are targeting bacterial infections successfully because bacterial cells can be recognized (have their ow…
When it comes to recognizing current infections we're always going to have to deal with signatures, though we have the ability to match on behavior as well as code. We might look for things that are run out of the users directories that modify system-wide settings, for example. I think there's a fundamental difference and that is that we can have a central security mechanism in a computer. It's not too hard to link a…
http://en.wikipedia.org/wiki/Object-capability_model
Edit: That of restricting each process to only be allowed to do certain things.