DynamoRIO/drmemory

Add handling for new Win10 1809 syscalls, esp NtCreateSectionEx

Open

#2,216 opened on Jul 25, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (289 forks)auto 404
Component-DrSyscallOpSys-Windowshelp wanted

Repository metrics

Stars
 (2,727 stars)
PR merge metrics
 (PR metrics pending)

Description

Split from #2126

New syscalls:

USER32(NtConfigureInputSpace
USER32(NtDCompositionGetMaterialProperty
USER32(NtDCompositionSetChannelConnectionId
USER32(NtDCompositionSetMaterialProperty
USER32(NtDxgkCreateTrackedWorkload
USER32(NtDxgkDestroyTrackedWorkload
USER32(NtDxgkEndTrackedWorkload
USER32(NtDxgkGetAvailableTrackedWorkloadIndex
USER32(NtDxgkGetTrackedWorkloadStatistics
USER32(NtDxgkResetTrackedWorkload
USER32(NtDxgkSubmitPresentToHwQueue
USER32(NtDxgkUpdateTrackedWorkload
USER32(NtFlipObjectPresentCancel
USER32(NtSetCursorInputSpace
USER32(NtSetPointerDeviceInputSpace
USER32(NtSetShellCursorState
USER32(NtUserCallHwndLockSafe
USER32(NtUserCallHwndParamLockSafe
USER32(NtUserCallHwndSafe
USER32(NtUserDeferWindowDpiChanges
USER32(NtUserForceWindowToDpiForTest
USER32(NtUserGetCurrentDpiInfoForWindow
USER32(NtUserGetKeyboardLayout
USER32(NtUserGetRequiredCursorSizes
USER32(NtUserRestoreWindowDpiChanges
USER32(NtUserSetForegroundWindowForApplication
GDI32(NtGdiDdDDIGetSharedResourceAdapterLuidFlipManager
NTDLL(LdrpThunkTemplate
NTDLL(NtCreateSectionEx
NTDLL(NtManageHotPatch
NTDLL(RtlpDiskSpeedPolicy

Contributor guide