hotline1337 / equ8_bypass

EQU8 User-Mode Bypass and Injector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EQU8 User-Mode Bypass and Injector

Simple EQU8 User-Mode Bypass that uses registry to find the driver path and close the IOCTL handle

Proof of concept

By finding EQU8's driver SessionId using registry keys we get the IOCTL handle and close it - as it's the only handle the driver will simply unload itself

Compiling

Build as Release x64 | MSVC v143

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

EQU8 User-Mode Bypass and Injector

License:MIT License


Languages

Language:C++ 100.0%