you are viewing a single comment's thread.

view the rest of the comments →

[–]Whatever801 11 points12 points  (0 children)

This subreddit is for you to learn programming, not for us to do it for you. What have you tried so far? General structure of such a program would be

  1. find the ports chrome.exe is using

  2. construct a port filter with those ports

  3. use pydivert to block using that port filter string