2

I am writing a DriverKit dext but I dont have any app.

My original kext requires no app.

In this case, how do I port the original codeless kext to new dext assuming I need an app to load the dext?

pmdj
  • 22,018
  • 3
  • 52
  • 103
CastAway1970
  • 85
  • 1
  • 6

1 Answers1

2

You are absolutely right, you need at least a slim app to load your dext.

It is not possible to load a dext without the structure of an app bundle, MacOS prevents that and there is no way to work around it.

skratchi.at
  • 1,151
  • 7
  • 22