Linux module to hook process functions
问题 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. I tried to go another ways like Netfilter, iptables, but these ways to slow. 回答1: Be aware that there are several different syscalls which could be used - not just recv(). Assuming the application in question does its kernel interaction via