windows kernel code snippet
Create Export Device Driver like DLL.
- It was originated by https://github.com/landhb/HideProcess
- Files : Rootkit.sys, dkom.exe.
- Open solution in VS2019.
- build all
- copy Rootkit.sys to system32\drivers.
- dkom.exe [pid]
- tasklist | findstr "process name"
>bcdedit.exe /set nointegritychecks on The operation completed successfully. >bededit.exe -set loadoptions DISABLE INTEGRITY CHECKS The operation completed successfully. >bededit.exe -set TESTSIGNING ON The operation completed successfully.