This project is an attempt for an Internet Explorer Browser Helper Object (BHO) for the Unchecky program.
For more information, please see the blog post Bringing Unchecky to the web.
Currently, only Adobe Reader and Adobe Flash Player pages are supported. The offer checkbox is being Unchecked with a timer.
The project is being developed using Visual Studio 2013. Older versions of Visual Studio might be supported as well.
After building the BHO, run regsvr32 as administrator with the dll as the first argument:
regsvr32 unchecky_bho_32.dll
For the 64-bit version:
regsvr32 unchecky_bho_64.dll