VxDCall Monitor 1.0b
Written By GEnius [RingZero]

VxDCall Monitor is a small application that allows you to spy 
the call to the undocumented Api VxdCall made by applications.
The VxDCall is a backdoor used by Kernel and other system DLL
to call a VXD service. This undocumented api is present only 
in Win9x so VxDCall Monitor DOESN'T WORK ON WIN NT.

The information displayed by the monitor is:
VMM             VMM ordinal number
SERV            SERVICE ordinal number
SERVICE NAME    Name of the Service, it's readed from the file
                SERVICES.DAT. You can update this file to change
                or add a service. :D
PROCESS         The name of the process who called VxDcall
ADDRESS         The address of the istruction after the VxDCall

I included full sources, the asm part is the hooker and the
delphi part is Viewer. The two part communicate by a message,
a shared buffer and a Event object. If you want to try an
application that use the VxDCall you can download BLEEM demo
at WWW.BLEEM.COM.

Regards form GEnius 

contact me: genius__666@hotmail.com

ThX:
     Kill3xx for his suggestions!
