/hidapi-outdated-hacks

A Simple (but tailored for protocol reverse engineering) library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.

Primary LanguageCOtherNOASSERTION

HidApi: Hacked

This is a hacked version of the original hidapi library, which was made by signal11.

This hack adds an api call logger, which is extremely useful during reverse engineering.

I made it mostly just to figure out the protocol of my mechanical keyboard, as it seems a bit unfair not to be able to control stuff under macOS/Linux

Not sure why would you ever need it, as it's a bit sketchy, but...

Building

This library uses CMake as its project generator and has no problem working with MingW64 :3

However, I'm pretty much sure it will fail to build on non-windows platforms ^^''

Gets built like any other cmake project, nothing extremely special