How would I get started writing my own firewall?

后端 未结 3 2527
野的像风
野的像风 2021-02-20 18:16

There is previous little on the google on this subject other than people asking this very same question.

How would I get started writing my own firewall?

I\'m lo

3条回答
  •  耶瑟儿~
    2021-02-20 19:18

    The usual approach is to use API hooking. Google can teach you that. Just hook all important networking stuff, like connect's and listens's, and refuse what you want.

提交回复
热议问题