Files

Scanning the repository...

Last update 4 years 8 months by Gap1
Filessw-pchid-sniffer
..
.vscode
src
vendor
.gitignore
CMakeLists.txt
README.md
README.md

hid-sniffer

Prerequirements

You need to install: - MinGW for Windows - CMake

Dont foget to add binaries to the PATH.

How to build

mkdir build cd build cmake -G "MinGW Makefiles" .. make

Report a bug