unbit / foohid

OSX IOKit driver for implementing virtual HID devices (joypads, keyboards, mices, ...) from userspace
MIT License
265 stars 36 forks source link

How to uninstall foohid?? #4

Closed dankaroni closed 7 years ago

dankaroni commented 8 years ago

I have a service that is currently incompatible with foohid, so I would appreciate any help in uninstalling foohid.

aldur commented 8 years ago

First, unload the kernel extension:

$ sudo kextunload /Library/Extensions/foohid.kext

Then (if you want), remove it:

$ sudo rm -rf /System/Library/Extensions/foohid.kext