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

Edit existing USBMap.kext #12

Closed francisceril closed 3 years ago

francisceril commented 3 years ago

Hi, not really an issue but a question.

So I don't have the USB.plist of my existing map and I wanted to turn ON the Bluetooth. Will it work if I just edit the Info.plist of the kext and add the desired port?

Thanks.

corpnewt commented 3 years ago

Sorry about the late answer - but yes, you can edit the Info.plist of the USBMap.kext to make changes as needed. That's how the injector kexts were edited prior to scripts/applications that automate the process.

-CorpNewt