My EXE will use a DLL for certain validation. I dont have the access to the DLL code, so I tried to decompile the DLL, then create another similar DLL which always return true. Replace the DLL with the newly created and the EXE will able to bypass the validation.
So, i been task to prevent this scenario. Currently, i have the option to encrypt the dll using Confuser. Is that any other method i can take?