In file MyUserUSBInterfaceDriver.cpp, I get the message the the corresponding header file, MyUserUSBInterfaceDriver.h, cannot be found. And I have looked for it but don't see it myself.
I am trying to figure out how to change a USB driver based on IOKit and using a codeless Kext that allows USB access in a Java program to use DriverKit and System Extensions since Kernel Extensions will not be allowed in future versions of macOS 10.15.x.
Thank you for creating this example. It's the only one I can find anywhere!
In file MyUserUSBInterfaceDriver.cpp, I get the message the the corresponding header file, MyUserUSBInterfaceDriver.h, cannot be found. And I have looked for it but don't see it myself.
I am trying to figure out how to change a USB driver based on IOKit and using a codeless Kext that allows USB access in a Java program to use DriverKit and System Extensions since Kernel Extensions will not be allowed in future versions of macOS 10.15.x.
Thank you for creating this example. It's the only one I can find anywhere!