You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was wondering if I may use this project and the concept of control sockets under domain PF_SYSTEM to communicate between 2 distinct kernel modules. in my particular case I've got one module based on IOKit and the other which is simple kernel module with start and stop callback functions and I'd like to pass some small messages between them.. Do you think this approach is suitable for my needs or there's other preferable way (shared memory ? )
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if I may use this project and the concept of control sockets under domain PF_SYSTEM to communicate between 2 distinct kernel modules. in my particular case I've got one module based on IOKit and the other which is simple kernel module with start and stop callback functions and I'd like to pass some small messages between them.. Do you think this approach is suitable for my needs or there's other preferable way (shared memory ? )
The text was updated successfully, but these errors were encountered: