Just a simple project showing the use of the WinRing0 API on Windows 11 64-bit, compiled with Visual Studio 2022.
- 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 🔗
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
If you compiled correctly, the binary will be in the "Bin" folder with the name rz.exe, always open it with administrator privileges.
In the "Doc" folder there is a help file (manual.chm) detailing the use of the WinRing0 API in detail, take a look.
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.
2007-2009 hiyohiyo hiyohiyo@crystalmark.info - Original Author
2019-2023 GermanAizek GermanAizek@yandex.ru - Current Maintainer