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

Error running USBmap #29

Closed EmmJSee closed 3 years ago

EmmJSee commented 3 years ago

Hi there

I get this error:

USBMap.command File "USBMap.command", line 9 NL=$'\n'

running on Debian Buster, with latest available Python 3.7

Cheers

corpnewt commented 3 years ago

Hey there - USBMap only runs in macOS. The USBMapInjectorEdit script is cross platform - but only serves to edit an existing injector kext.

-CorpNewt