Hello
My idea is to load into kernel memory a dump of atapi.sys to see non patched original IRP adresses.
I tried to make a copy of the file , and to load it with NtLoadDriver, but I got a 0xC000025E (STATUS_PLUGPLAY_NO_DEVICE) error : "You have attempted to load a legacy device driver while its device instance had been disabled."
I guess this is not simple as that...
How could I do to load this driver into memory? Or anyone got an idea on how I can find IRPs adresses?
My idea is to load into kernel memory a dump of atapi.sys to see non patched original IRP adresses.
I tried to make a copy of the file , and to load it with NtLoadDriver, but I got a 0xC000025E (STATUS_PLUGPLAY_NO_DEVICE) error : "You have attempted to load a legacy device driver while its device instance had been disabled."
I guess this is not simple as that...
How could I do to load this driver into memory? Or anyone got an idea on how I can find IRPs adresses?