Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 951 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 951 Bytes

❗️ WARNING! This project has a critical bug, it is not recommended to use it. See issue #1

VirtualHID

IOKit virtual hid device driver for macOS.
Download

🔨 Building

  1. Download repo
  2. Open as project in XCode
  3. Build and make archive

📦 Installing

  1. Disable SIP (How to)
  2. Open Launchpad -> Terminal
  3. Input wget https://github.com/kotleni/VirtualHID-macOS/releases/download/v0.1/installer.py && python3 ./installer.py to terminal and press enter

📒 How to use (C++)

Coming soon