Restore CloseHandle OOVPA

This commit is contained in:
jarupxx 2017-12-21 21:12:23 +09:00 committed by PatrickvL
parent efb24b2015
commit b5a3d23fc8
2 changed files with 16 additions and 0 deletions

View File

@ -794,6 +794,21 @@ OOVPA_NO_XREF(XMountMUA, 3911, 7) // generic version
{ 0xDE, 0x74 },
OOVPA_END;
// ******************************************************************
// * CloseHandle
// ******************************************************************
OOVPA_NO_XREF(CloseHandle, 3911, 8)
{ 0x02, 0x24 },
{ 0x03, 0x04 },
{ 0x0A, 0x85 },
{ 0x0B, 0xC0 },
{ 0x0E, 0x33 },
{ 0x12, 0x08 },
{ 0x19, 0x33 },
{ 0x1A, 0xC0 },
OOVPA_END;
// Generic OOVPA as of 3911 and newer.
// ******************************************************************
// * ExitThread

View File

@ -87,6 +87,7 @@
// * timeKillEvent (3950, 4034, 5028, 5233)
// * timeSetEvent (4034, 5233)
// * Following OOVPA are invalid
// * CloseHandle (3911) // Has exact asm codes _ResetEvent@4
// * ReadFileEx (3911) // Has exact asm codes _WriteFileEx@20
// * WriteFileEx (3911) // Has exact asm codes _ReadFileEx@20
// * lstrcmpiW (3911) // Necessary XREF _xCompareStringW@20