Skip to content

hongyver/WindowsKernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WindowsKernel

windows kernel code snippet

ExportDriver

Create Export Device Driver like DLL.

HideProcess

How to

  1. Open solution in VS2019.
  2. build all
  3. copy Rootkit.sys to system32\drivers.
  4. dkom.exe [pid]
  5. tasklist | findstr "process name"

disable intergritycheck for test

>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.

About

windows kernel code snippet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published