antivirus - Passing exceptions to executable programs to stop them from execution -
i heard during discussion anti-viruses have feature of stopping program executing passing exceptions it.
so how pass exceptions programmatically?
you can't "pass exception" program. (i have @ least never heard of such terminology.)
most operating systems allow 1 process kill instance sending signal, that's different.
Comments
Post a Comment