https://github.com/thedesconnet/antigdi
The project that was made for the program "SimpleUnlocker" (http://simpleunlocker.ds1nc.ru). AntiGDI uses hooks to block functions from gdi32.dll
https://github.com/thedesconnet/antigdi
antigdi c-sharp gdi32 hook user32
Last synced: about 1 year ago
JSON representation
The project that was made for the program "SimpleUnlocker" (http://simpleunlocker.ds1nc.ru). AntiGDI uses hooks to block functions from gdi32.dll
- Host: GitHub
- URL: https://github.com/thedesconnet/antigdi
- Owner: theDesConnet
- License: gpl-3.0
- Created: 2022-08-29T10:46:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T10:09:39.000Z (over 3 years ago)
- Last Synced: 2023-04-07T14:21:29.869Z (about 3 years ago)
- Topics: antigdi, c-sharp, gdi32, hook, user32
- Language: C#
- Homepage:
- Size: 269 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AntiGDI
The project that was made for the program [SimpleUnlocker](http://simpleunlocker.ds1nc.ru). AntiGDI uses hooks to block functions from gdi32.dll and some functions from user32.dll that are commonly used in GDI Trojans
> Disclaimer! This project is not yet completed, but it can already work
## Components
### AntiGDI
Main DLL Library that is injected into the process, thereby setting the hooks
### Injector (AInjector)
An application that injects a DLL into a process (supports a PID argument)
> Warning! The AntiGDI library can only be injected into a process using a AInjector
## Dependencies
[EasyHook](https://easyhook.github.io/)
## ToDo
* Disable all functions from gdi32.dll
## Links
[YouTube](https://youtube.com/DesConnet)
[VK](https://vk.com/endnet)