Vista not calling DriverEntry?

My legacy encryption filter gets loaded during boot in Vista (have Verifier keeping an eye on it) but it looks as tho DriverEntry is never being called (tried KdBreakPoint and _asm int 3 at the start of the routine - nothing, and Verifier shows no memory allocated, etc… all things done in DriverEntry).

Reg key values of Group: filter, Type: 2 - these need to be changed for vista?

Ideas?

Scott

Vista 32/64?
Check the Event Viewer.

xxxxx@yahoo.com wrote:

My legacy encryption filter gets loaded during boot in Vista (have Verifier keeping an eye on it) but it looks as tho DriverEntry is never being called (tried KdBreakPoint and _asm int 3 at the start of the routine - nothing, and Verifier shows no memory allocated, etc… all things done in DriverEntry).

Reg key values of Group: filter, Type: 2 - these need to be changed for vista?

Ideas?

Scott


Questions? First check the IFS FAQ at https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@alfasp.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


King regards, Dejan
http://www.alfasp.com
File system audit, security and encryption kits.

Vista 32. Nothing in the logs, that I can find.