--
Lee Mowatt
lmo...@craftechsoftware.com
http://www.craftechsoftware.com
There are two possible techniques.
You can replace the original display driver with your own and forward all
the DDI calls through to the original.
You can create a 'mirror' driver. This gets a duplicate of all the DDI calls
that the GDI would send to the real video driver.
There are however a number of major techincal problems to overcome... what
else do you wan't to know?
Mike.
> There are two possible techniques.
>
> You can replace the original display driver with your own and forward all
> the DDI calls through to the original.
>
> You can create a 'mirror' driver. This gets a duplicate of all the DDI calls
> that the GDI would send to the real video driver.
What about hooking the system calls added to the kernel for user interface
(I'm talking about something like 500 services provided by INT 2Eh, take a look
at a paper in Library y http://www.securityfocus.com)
Gerardo Richarte
http://www.core-sdi.com
Best regards, Coca
Lee Mowatt wrote:
> I recently became peripherally aware of a technique to monitor the
> "conversation" between GDI and the display driver. It was referred to as
> "Video Hook Technology". Supposedly, NetMeeting 2.1 uses this technique to
> capture the desktop for application sharing. Does anyone know any more about
> this technique?
>
>I recently became peripherally aware of a technique to monitor the
>"conversation" between GDI and the display driver. It was referred to as
>"Video Hook Technology". Supposedly, NetMeeting 2.1 uses this technique to
>capture the desktop for application sharing. Does anyone know any more about
>this technique?
>
>--
>Lee Mowatt
>lmo...@craftechsoftware.com
>http://www.craftechsoftware.com
>
>
Take a look at the W2K DDK. It has a sample of a mirror driver.
>I recently became peripherally aware of a technique to monitor the
>"conversation" between GDI and the display driver. It was referred to as
>"Video Hook Technology". Supposedly, NetMeeting 2.1 uses this technique to
>capture the desktop for application sharing. Does anyone know any more about
>this technique?
>
>--
I recently tried out Numega BoundChecker (BchkD.sys) which is part of
DriverStudio 1.0 a rather expensive bit of software which only runs
on NT4. It successfully managed to monitor GDI calls to an S3virge
driver. However it failed miserably with Permedia 2, beware!!!
-------------------------
Andrew Gray
Imagine Graphics
www.imagine-g.com
-------------------------
Regards,
Klaus P . Gerlicher
Hellenthal J.W. <whell...@lucent.com> wrote in message
news:381fe75c....@ssbunews.ih.lucent.com...
> On Thu, 28 Oct 1999 15:20:41 -0400, "Lee Mowatt"
> <lmo...@craftechsoftware.com> wrote:
>
> >I recently became peripherally aware of a technique to monitor the
> >"conversation" between GDI and the display driver. It was referred to as
> >"Video Hook Technology". Supposedly, NetMeeting 2.1 uses this technique
to
> >capture the desktop for application sharing. Does anyone know any more
about
> >this technique?
> >
> >--