Hi
Is there any way to get focused window in kexts? I mean,can i get active program's name in kernel space that user working with that in user space?
In user space we can use:
but i don't know in kernel space.
Thanks
Is there any way to get focused window in kexts? I mean,can i get active program's name in kernel space that user working with that in user space?
In user space we can use:
Code:
[[NSWorkspace sharedWorkspace]activeApplication];
but i don't know in kernel space.
Thanks