Re: How to block system copy commands at driver level
- From: Bipin Mistry <bpnmistry@xxxxxxxxx>
- Date: Sun, 25 May 2008 18:22:43 -0700 (PDT)
Hello all,
Thanks for the valuable suggesions & reference,
I know it itches when some thing can not be done when it is part of
project...
As per me, till the level of RnD I have done also concludes that at
driver level there is only File READ / WRITE commands.
Where COPY can not be identyfied,
But, as per me, As for User, Where File Create & File Copy are two
different commands, there should be atlist one difference between the
two so as OS also can identify that what is Create & what is Copy.
If it is not at driver level then I / We need to search out as to what
level this can be identified & handeled.
And can this be intigrated with the driver level code / applicaiton or
not.
If any one has any knowhow over this ground then suggessions please.
As of till then I am stil in search of the ways how this can be worked
out.
If not on driver level then Where... & How ?
will keep on posting my end progress at here...
Bipin
On May 24, 9:17 am, "Maxim S. Shatskih" <ma...@xxxxxxxxxxxxxxxx>
wrote:
At driver level, you cannot distinguish the copy from the new file
creation.
The idea is futile.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
ma...@xxxxxxxxxxxxxxxxxxxx://www.storagecraft.com
"Bipin Mistry" <bpnmis...@xxxxxxxxx> wrote in message
news:6a3688db-4c57-4671-a27c-30043ef6aa32@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
How can I trace following System Copy commands and block them, so as
secured folder/drive do not react to these commands.
1. [Ctrl + C],
2. Right Click Menu -> Copy
3. File Menu -> Copy
4. Command prompt copy
As per me all above command will be calling a single rutine process at
driver level.
I am unable to identify which rutine dose it call & how can I identify
that the any of above 4 are triggered.
During my RnD till now I reached till IRP_MJ_READ & WRITE where by
related parameters and their properties do not describe about COPY in
specifically.
Some place I read about this can be posible with keeping watch on
Clipboard, dont know how much this will be useful, as there was no
extra informaiton was provided.
If any one can help me out for this situation then please do share
your knowledge with me.
Best regards,
Bipin- Hide quoted text -
- Show quoted text -
.
- Follow-Ups:
- Re: How to block system copy commands at driver level
- From: Tim Roberts
- Re: How to block system copy commands at driver level
- From: Maxim S. Shatskih
- Re: How to block system copy commands at driver level
- From: Alexander Grigoriev
- Re: How to block system copy commands at driver level
- From: David Craig
- Re: How to block system copy commands at driver level
- References:
- How to block system copy commands at driver level
- From: Bipin Mistry
- Re: How to block system copy commands at driver level
- From: Maxim S. Shatskih
- How to block system copy commands at driver level
- Prev by Date: Re: ZwWriteFile and memory buffer in Vista x64
- Next by Date: Re: How to block system copy commands at driver level
- Previous by thread: Re: How to block system copy commands at driver level
- Next by thread: Re: How to block system copy commands at driver level
- Index(es):
Relevant Pages
|