An open API service indexing awesome lists of open source software.

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

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)