Name | Modified | Size | Downloads / Week |
---|---|---|---|
flicker-64bit-2019-08.tar.gz | 2019-11-05 | 760.9 kB | |
README | 2019-11-05 | 1.1 kB | |
Totals: 2 Items | 762.0 kB | 0 |
/* * This is the 64-bit port of the Flicker project by Jon McCune: https://sourceforge.net/p/flickertcb/ * * Original copyright statements apply. * * Lianying Zhao * z_lianyi@encs.concordia.ca */ Flicker64 has only been tested with the following configuration: Driver (kmod) Visual Studio Enterprise 2017 (version 15.7.2) Windows Driver Kit - 10.0.17110.1002 Remember to disable driver signature enforcement. PAL (pal) gcc version 5.2.1 20151010 Target OS version: Windows 10 Enterprise, 64-bit, 1803 Display adapter: NVIDIA GeForce GT 610 Processor: AMD FX-8350 ************IMPROPER USE OF THIS TOOL MAY DAMAGE YOUR COMPUTER HARDWARE. PRECEED AT YOUR OWN RISK************ Refer to Flicker's notes for introduction. Differences are listed below (to be updated): Building the kernel driver no longer involves MSBUILD and the scripts, but just opening and building FlickerDrv.sln in the IDE. Please feel free to contact the author should you have any questions or would like to port it to another platform/model.