Hi All.
Sorry for my bad English.
I have one question, how can i intercept(hook) clipboard in kernel mode?

Re: About Clipboard in kernel mode by Maxim

Maxim
Tue Nov 22 13:23:00 CST 2005

You cannot.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
news:OrigUJz7FHA.2816@tk2msftngp13.phx.gbl...
> Hi All.
> Sorry for my bad English.
> I have one question, how can i intercept(hook) clipboard in kernel mode?
>
>


Re: About Clipboard in kernel mode by Farkhat

Farkhat
Wed Nov 23 04:03:18 CST 2005

Hi Max,
I read your message long ago at OSRONLINE.com already.
I write a driver filter for encrypt\decrypt and I have a problem with
cliboard. I know that you developed to like drivers. How did you solve it
problems?

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:ei6jYo57FHA.1276@TK2MSFTNGP09.phx.gbl...
> You cannot.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
> "Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
> news:OrigUJz7FHA.2816@tk2msftngp13.phx.gbl...
> > Hi All.
> > Sorry for my bad English.
> > I have one question, how can i intercept(hook) clipboard in kernel mode?
> >
> >
>



Re: About Clipboard in kernel mode by Maxim

Maxim
Wed Nov 23 04:24:15 CST 2005

Encryption driver? Usually they encrypt the disk only, and how they relate
to the clipboard is a mystery for me.

Clipboard is universally available for all apps on the current desktop (or
WinSta - forgot the exact details). Encrypting the clipboard seems to be some
monstrous craziness. How will it be implemented from user experience side?
"Please enter the password" after each Shift+Ins hit? :-)

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
news:%23fYdSTB8FHA.3760@TK2MSFTNGP14.phx.gbl...
> Hi Max,
> I read your message long ago at OSRONLINE.com already.
> I write a driver filter for encrypt\decrypt and I have a problem with
> cliboard. I know that you developed to like drivers. How did you solve it
> problems?
>
> "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
> news:ei6jYo57FHA.1276@TK2MSFTNGP09.phx.gbl...
> > You cannot.
> >
> > --
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > maxim@storagecraft.com
> > http://www.storagecraft.com
> >
> > "Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
> > news:OrigUJz7FHA.2816@tk2msftngp13.phx.gbl...
> > > Hi All.
> > > Sorry for my bad English.
> > > I have one question, how can i intercept(hook) clipboard in kernel mode?
> > >
> > >
> >
>
>


Re: About Clipboard in kernel mode by Farkhat

Farkhat
Wed Nov 23 05:44:44 CST 2005

Ok, I understand you but I need that nobody can not copy some protection
data to another type of files

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:upVOAgB8FHA.3592@TK2MSFTNGP12.phx.gbl...
> Encryption driver? Usually they encrypt the disk only, and how they
relate
> to the clipboard is a mystery for me.
>
> Clipboard is universally available for all apps on the current desktop
(or
> WinSta - forgot the exact details). Encrypting the clipboard seems to be
some
> monstrous craziness. How will it be implemented from user experience side?
> "Please enter the password" after each Shift+Ins hit? :-)
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> maxim@storagecraft.com
> http://www.storagecraft.com
>
> "Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
> news:%23fYdSTB8FHA.3760@TK2MSFTNGP14.phx.gbl...
> > Hi Max,
> > I read your message long ago at OSRONLINE.com already.
> > I write a driver filter for encrypt\decrypt and I have a problem with
> > cliboard. I know that you developed to like drivers. How did you solve
it
> > problems?
> >
> > "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
> > news:ei6jYo57FHA.1276@TK2MSFTNGP09.phx.gbl...
> > > You cannot.
> > >
> > > --
> > > Maxim Shatskih, Windows DDK MVP
> > > StorageCraft Corporation
> > > maxim@storagecraft.com
> > > http://www.storagecraft.com
> > >
> > > "Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
> > > news:OrigUJz7FHA.2816@tk2msftngp13.phx.gbl...
> > > > Hi All.
> > > > Sorry for my bad English.
> > > > I have one question, how can i intercept(hook) clipboard in kernel
mode?
> > > >
> > > >
> > >
> >
> >
>



Re: About Clipboard in kernel mode by Maxim

Maxim
Wed Nov 23 14:03:19 CST 2005

Yes, this kind of protection is impossible in Windows.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
news:%23D2K%23LC8FHA.3876@TK2MSFTNGP09.phx.gbl...
> Ok, I understand you but I need that nobody can not copy some protection
> data to another type of files
>
> "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
> news:upVOAgB8FHA.3592@TK2MSFTNGP12.phx.gbl...
> > Encryption driver? Usually they encrypt the disk only, and how they
> relate
> > to the clipboard is a mystery for me.
> >
> > Clipboard is universally available for all apps on the current desktop
> (or
> > WinSta - forgot the exact details). Encrypting the clipboard seems to be
> some
> > monstrous craziness. How will it be implemented from user experience side?
> > "Please enter the password" after each Shift+Ins hit? :-)
> >
> > --
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > maxim@storagecraft.com
> > http://www.storagecraft.com
> >
> > "Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
> > news:%23fYdSTB8FHA.3760@TK2MSFTNGP14.phx.gbl...
> > > Hi Max,
> > > I read your message long ago at OSRONLINE.com already.
> > > I write a driver filter for encrypt\decrypt and I have a problem with
> > > cliboard. I know that you developed to like drivers. How did you solve
> it
> > > problems?
> > >
> > > "Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
> > > news:ei6jYo57FHA.1276@TK2MSFTNGP09.phx.gbl...
> > > > You cannot.
> > > >
> > > > --
> > > > Maxim Shatskih, Windows DDK MVP
> > > > StorageCraft Corporation
> > > > maxim@storagecraft.com
> > > > http://www.storagecraft.com
> > > >
> > > > "Farkhat Guzairov" <lucky.devil@mail.ru> wrote in message
> > > > news:OrigUJz7FHA.2816@tk2msftngp13.phx.gbl...
> > > > > Hi All.
> > > > > Sorry for my bad English.
> > > > > I have one question, how can i intercept(hook) clipboard in kernel
> mode?
> > > > >
> > > > >
> > > >
> > >
> > >
> >
>
>