Re: The address of a data from a virtual disk by Don
Don
Fri Aug 05 06:02:26 CDT 2005
This is one of those sensitive subjects on Windows developer forums, since
FileDisk is stolen software. You might contact Jamey Kirby the original
author of the software (who never authorized it's GPL'ing) for an answer.
Jamey posts on the OSR NTDEV forum fairly often.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
"Guy Huang" <Guy Huang@discussions.microsoft.com> wrote in message
news:44223C51-4E3C-4593-AF21-4340D2B5E0FC@microsoft.com...
> Hi experts:
> sorry for my pool english.
> i've changed the filedisk.sys and add the encrypt function.
> but i want to get the data's physical address on the virtual disk which is
> mounted with filkdisk. i don't know how.
> in the MajorFunction case of IRP_MJ_READ, i need the buffers's physical
> address on the virtual disk.
> thanks for all replyers