Skip to content

Just a tiny project showing how to use the WinRing0 library on Windows 11.

Notifications You must be signed in to change notification settings

ali90taz/RingZero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Ring 0 API Demo

Just a simple project showing the use of the WinRing0 API on Windows 11 64-bit, compiled with Visual Studio 2022.

How to build

1 - Install requirements:

  • Visual Studio 2022 (Version 17.8.1)
  • Windows 11 SDK (Version 10.0.22621.0)
  • Windows WDK (Version 10.0.22621.2428)

More details about installation in this Link 🔗

2 - Clone this repository and build

Git clone this project in a folder of your choice, go to the "Src" folder and open the .sln file, in Visual Studio press Ctrl+Shift+B, this will compile the project without running, it just generates the executable.

git clone https://github.com/ali90taz/RingZero

3 - Open a PowerShell or CMD window with adminstrator privileges and run

If you compiled correctly, the binary will be in the "Bin" folder with the name rz.exe, always open it with administrator privileges.

Help and reference

In the "Doc" folder there is a help file (manual.chm) detailing the use of the WinRing0 API in detail, take a look.

Disclaimer

By using this API you will have direct access to the computer hardware and the operating system kernel, there are real possibilities of damaging the hardware, losing data and freezing the system, use with caution.

Copyrights

2007-2009 hiyohiyo hiyohiyo@crystalmark.info - Original Author
2019-2023 GermanAizek GermanAizek@yandex.ru - Current Maintainer

About

Just a tiny project showing how to use the WinRing0 library on Windows 11.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published