Skip to content

tzf-omkey/RedButler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues

Logo

RedButler

RedButler is a windows kernel driver that lets you acquire the super powers of ring 0 just by loading it and using its CLI!

Report Bug · Request Feature

About The Project

RedButler is a windows kernel driver that, by loading it, lets you acquire ring 0 superpowers! It offers various features among:

  • Hiding / showing files and directories
  • Protecting processes
  • Excluding processes from protection
  • Injecting DLL into processes (PPL ones excluded)

Getting Started

Just download the latest compiled release of the driver and install it using the RedButler.ini file.

If you prefer compiling it by yourself, feel free to do it. You'll just need the Windows Driver Kit (windows 10).

Usage

Process protection

RedCLI.exe process --protect <PID>
RedCLI.exe process --unprotect <PID>

Process exclusion

RedCLI.exe process --exclude <PID>
RedCLI.exe process --unexclude <PID>

Filesystem manipulation

RedCLI.exe filesystem --hide --file <path>
RedCLI.exe filesystem --hide --directory <path>

RedCLI.exe filesystem --unhide --file <rule id>
RedCLI.exe filesystem --unhide --directory <rule id>

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

A multi-functional kernel driver to acquire superpowers!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.3%
  • C 41.7%