DynamoRIO/drmemory

Add handling for new Win10 1809 syscalls, esp NtCreateSectionEx

Open

#2,216 创建于 2019年7月25日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C (289 fork)auto 404
Component-DrSyscallOpSys-Windowshelp wanted

仓库指标

Star
 (2,727 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南