Posts

Post marked as solved
2 Replies
1.2k Views
HI, I have a simple IOUserHIDEventDriver derived class for a regular mouse which *only* logs messages for the incoming HID reports. The driver successfully loads when the USB transmitter is plugged in and I can receive the HID reports. I can also see that dispatchRelativePointerEvent()(for testing I overrode this method) is being called in response to the HID reports. But the cursor refuses to move! It's as if the dispatch function fails to push the HID reports back into the subsystem for further processing. I do have SIP disabled (or else the driver won't be loaded). I tried running the app (which loads the driver) from /Applications, but that doesn't work either. My entitlements all look fine too. What could be going on? TIA
Posted
by harikvpy.
Last updated
.
Post not yet marked as solved
1 Replies
779 Views
I just updated a machine to the latest Catalina only to realize that the kernel debug kit for the build is missing. Does Apple usually release KDK for all their release builds? Or is there an unwritten rule for determining which build of the OS to use for kernel debugging? Thanks
Posted
by harikvpy.
Last updated
.
Post not yet marked as solved
1 Replies
839 Views
Even after disabling SIP and while loading a DriverKit driver signed with a local certificate, I get the error "Kext signature validation error code -67050" The package is not notarized, which according to the docs is not necessary if SIP is disabled. What could be going wrong? I do not yet have the the driverkit entitlement and got around the build issues by following the suggestions in this - https://developer.apple.com/forums/thread/131240?answerId=415255022#415255022 post. The post suggests: you just need to create an App ID with the "system extension" capability, create a corresponding development profile in your developer account, import that onto your dev & test machines and then sign using that profile. While this gets around the build issue, unfortunately the driver cannot be loaded, in spite of SIP being disabled. Thanks in advance.
Posted
by harikvpy.
Last updated
.