Could you help me understand the latest trends in Kernel mode drivers.
I hear that there are two methods by which the driver attaches itself to the kernel:
1)Probe method and
2)Attach method.
I have a driver written using the attach method. Is the kernel driver community moving towards
probe method?
Are there any significant advantages in this migration.
Any help would be greatly appreciated.
Thanking you in advance.
Best Regards,
L Komz.