16.08.2018, 20:55
Quote:
There are multiple methods to hook foreign DLLs or actually any file.
- Mapping DLLs using WinHooks or other more advanced programs - Modifying your DLL to also load mine - Modify your code to load my DLL, which is basically what you did with the SAMP Player Pos just a tiny bit more advanced... You don't even need an ASI loader for ASIs btw. Just inject an asi (which is literally a renamed DLL). Anyway this is by far not the only possible attack or circumvention I could think of. I'm just trying to say that you NEED to secure your Launcher efficiently against all kind of things, even if you are sure that noone will inject a DLL. What about network layer? What keeps me from replicating your code? |