Hi
To clean the MBR I am doing
Thanks and Regards
Utsav
To clean the MBR I am doing
Code: Select all
what if a rootkit hooks the DriverStartIo routine in device's DRIVER_OBJECT structure and prevents the write operations?pIrp = IoBuildSynchronousFsdRequest(IRP_MJ_WRITE, pDevObj, ...);
IoCallDriver(pDevObj, pIrp);
Thanks and Regards
Utsav