I have made a Rootkit that works fine. I just want the functionality to get this running after system startup automatically. If have configured my driver to auto-load but If my user-land application is set to start-up folder, then it is easy to catch it. Also if I add it to autorun registry, that is also possible for the user to detect it easily. So my question is that Is there any way to put running code in driver to load it.
In simple words, how to use driver to run a process?
In simple words, how to use driver to run a process?