I have a problem, maybe you have some information about this. I want to hook socket receive function (recv) in running process and modify incoming data. How i know, i can do this using kernel module, but i cant find information about how to do such hook.
我试图采取另一种方式,例如Netfilter, iptables,但这些方式会放缓。