corpnewt / USBMap

Python script for mapping USB ports in macOS and creating a custom injector kext.
MIT License
1.03k stars 88 forks source link

USBMap.kext missing executable file #23

Closed mikejrh closed 3 years ago

mikejrh commented 3 years ago

The kext that I build with this script only contains the info.plist. The contents are missing the MacOS file containing the Unix executable. Please advise. Thanks.

corpnewt commented 3 years ago

USBMap.kext is a codeless injector kext that expands the functionality of an existing OS-level kext. It is working as intended.

-CorpNewt