0
Hello friends I am beginner in c++.
How can I prevent people from injecting a dll into my program? they put a dll with the name IPHLPAPI in the folder of my program, then this intruder dll is loaded.
i tried to get the program to close when this intrusive dll was loaded, but as my program uses the native Windows IPHLPAPI.DLL, then my program ends up closing even without the intrusive dll.
They’re both the same size?
– Natan Fernandes
hello, different sizes, is there any way I can solve this using size as constraint?
– neno65
I believe there is some way to differentiate the sizes and you can do the control around
– Natan Fernandes