Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

pythonfansx/KernelHiddenExecute

Open more actions menu
 
 

Repository files navigation

Kernel Hidden Execute

To hide codes/data in the kernel address space.

System requirements

Windows 7 or higher, 64-bit.

Mechanism

Using the method of modifying PTEs, switch specific PTEs to the hidden pages before executing hidden codes or reading hidden data, and switch back to the original page after executing or reading.

In order to hide real codes or data in the non-mapped physical pages, and clean original codes or data before calling the hidden functions, we should map the physical pages to correct position. If we have to call windows API in our hidden functions, we should call the transfer functions(not hidden).

Features of transfer functions

  • check & change IRQL
  • restore & rewrite page table(PTEs)
  • call specific APIs

Develop environment

  • Visual Studio 2019
  • Windows SDK 10
  • Windows Driver Kit 10
  • QT5.12 for MSVC

About

Hide codes/data in the kernel address space.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 77.1%
  • C++ 22.9%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.