doublehook
October 28th, 2002, 03:01 PM
There are VMM services like:
001Ch "map flat"
001Dh "map linear to VM address"
0062h "map linear into V86"
006Ch "map physical address to linear address"
008Fh "execute VxD interrupt"
etc, etc...
You use then opening VMM32.VXD with CreateFile()
and send the service code with DeviceIoControl()
I need some information about this services (functions)
how many argument does take each service,
what it does exactly, I'm very interested.
Thank You.
001Ch "map flat"
001Dh "map linear to VM address"
0062h "map linear into V86"
006Ch "map physical address to linear address"
008Fh "execute VxD interrupt"
etc, etc...
You use then opening VMM32.VXD with CreateFile()
and send the service code with DeviceIoControl()
I need some information about this services (functions)
how many argument does take each service,
what it does exactly, I'm very interested.
Thank You.