You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple build scripts (buildit.cmd) are provided to build using specific build
environments of the WDK, they require the environment variable %WDK% to be
previously set to the WDK installation directory.
Tested from Windows XP to Windows 10.
Driver installation
Drivers can be installed through the command line installer, but driver
installation requires execution inside a prompt with administrative rights.
Run install-interception without any arguments inside an console executed as
administrator and it will give instructions for installation.
License
Interception is dual-licensed.
For non-commercial purposes it adopts LGPL for the library and its source code,
with rights of distribution of the related binary assets (drivers and installers
) once communication with drivers happen solely by use of the library and its
API.
For commercial purposes it adopts two other licenses which can be checked in the
licenses directory:
Interception API License:
It's similar to the non-commercial license, solely removing restrictions for
commercial usage.
It also includes an additional asset which is an installer
library, so that driver installation can be embedded silently in your own
installer.
Interception License:
Provides access to all source code, including drivers and installers.