Relative Content

Tag Archive for windowscompressionminifilterwindows-driverirp

Why IRP_MJ_WRITE not trigger when do the file compressing?

I am devleoping the file filter driver on windows.
I want to detect the compressing operation on windows , so i listen the IRP_MJ_WRITE in my minifilter dirver and calculate the entropy to determine the file is compressed or not.