VirtualBox

Changeset 51958 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 9, 2014 2:44:39 PM (10 years ago)
Author:
vboxsync
Message:

s/ZwReadFile/ZwOpenFile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm

    r51955 r51958  
    5151;
    5252; Faking up ZwQueryVirtualMemory on XP and W2K3 where it's not exported.
    53 ; Using ZwReadFile as a helper as it has the name number of parameters.
     53; Using ZwOpenFile as a helper as it has the name number of parameters.
    5454;
    55 extern  IMPNAME(ZwReadFile@24)
     55extern  IMPNAME(ZwOpenFile@24)
    5656
    5757BEGINPROC supdrvNtQueryVirtualMemory_Xxx
     
    7979
    8080supdrvNtQueryVirtualMemory_Jump:
    81         mov     edx, IMP2(ZwReadFile@24)
     81        mov     edx, IMP2(ZwOpenFile@24)
    8282        lea     edx, [edx + 5]
    8383        jmp     edx
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette