yeah.
There will be applications to find bugs automatically with reasonable amount of cpu in every program in future.
The better the virus protection is , the viruses itself would be smaller and more intelligently written.
Did see a simple word virus file some time ago. it was only an escape sequence, the normal word header and tehn zeros.
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a test
another example:
VAR='() { echo plop; }; bad_code' bash -c 'echo on lance un sous-shell'
Code was allowed and executed after the end of a Bash function NICE WORK THX!!!
Seems to be a virus that could overflows memory and cpu and can do other nice things of course to. Such a simple lack and it had been there for years damn.
regards bluedxca93