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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -