How would you go about stopping packet injection ?
I have read somewhere you could use ISAAC and RSA for this. If this is true, how would I go about implementing it.
What I want is to stop any packets from the client (which is injected with a dll to hook/detour winsock functions (send/recv)) to edit/(re)send packets to my server for example.
Or would I just need to hook Windows API's like LoadLibrary to prevent any dll injection to the client ?