开发者

Passing exceptions to executable programs to stop them from execution

开发者 https://www.devze.com 2023-03-17 02:31 出处:网络
I heard this during a discussion that anti-viruses have this feature of stopping a program from executing by passing exceptions to it.

I heard this during a discussion that anti-viruses have this feature of stopping a program from executing by passing exceptions to it.

So how do you pass exceptions pro开发者_JAVA技巧grammatically?


You can't "pass an exception" to another program. (I have at least never heard of any such terminology.)

Most operating systems allow one process to kill another by for instance sending it a signal, but that's different.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号