'Alternative for Appinit_dll in windows 10

I am hooking to another application process using AppInit_dll, but this hooking is not working in Windows 10 machine.

If I disable secure boot UEFI it is working as expected.

Can anyone know alternative for AppINIT_dll



Solution 1:[1]

You can go for dll injection. Once the dll injection is done, you need to run a method infinitely and use another thread for your code to run in parallel.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Akash Bollenwar