Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xda568/dxgbeemoviehell
Playing around with GDI in Windows Kernel mode
https://github.com/0xda568/dxgbeemoviehell
dxgkrnl kernel-driver malware windows
Last synced: 22 days ago
JSON representation
Playing around with GDI in Windows Kernel mode
- Host: GitHub
- URL: https://github.com/0xda568/dxgbeemoviehell
- Owner: 0xda568
- Created: 2023-08-29T17:45:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T18:53:39.000Z (over 1 year ago)
- Last Synced: 2023-08-31T08:16:39.555Z (over 1 year ago)
- Topics: dxgkrnl, kernel-driver, malware, windows
- Language: C
- Homepage:
- Size: 2.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DxgBeeMovieHell
![preview](assets/preview.gif)
## What is this?
A Windows kernel mode driver that whites out the screen and obliterates it with the entire beemovie script by hooking a directx function.## Why?
This is my first Kernel Mode driver project, in which I practice using basic undocumented structs and functions in the Windows kernel. I used many resources from the game cheat development branche resulting in a kernel mode driver that uses Windwos GDI functions to manipulate the GUI.I planned to make it look a little fancier, but GDI stuff is really annoying to deal with, so I decided to leave it as is, so that I can continue with other projects. I may, however, come back to this someday.