Hi all
I am doing pagefile encryption/decryption. I hook on the Write and Read process to pagefile to retrieve the data buffer for encryption/decryption in the completion routines. The writting process seems to work fine but sometimes my system hangs during reading the pagefile. I suspect there’s deadlock somewhere but can’t really find out. So please help me with suggestions/solutions for this.
P/S: I did use NonPagedPool for all the memory allocated during the process
Regards
Jason Nguyen