evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
708 stars 64 forks source link

Automatically load interception library with correct bitness #22

Closed nikolovjovan closed 5 years ago

nikolovjovan commented 5 years ago

Since AHI is already compiled for Any CPU (works on 32 bit and 64 bit machines), we can load the interception library of correct bitness automatically. Therefore I added static loading for the interception library that automatically chooses the correct bitness of the interception library and modified the AutoHotInterception.ahk wrapper accordingly.