DynamoRIO/drmemory

figure out the failure codes for all the int and uint return values for win32k.sys syscalls

Open

#1,093 建立於 2014年11月28日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C (289 fork)auto 404
Component-FrameworkMigratedOpSys-WindowsPriority-Mediumhelp wanted

倉庫指標

Star
 (2,727 star)
PR 合併指標
 (PR 指標待抓取)

描述

From bruen...@google.com on December 05, 2012 19:39:38

issue #1090 is adding return value types to all the syscalls. notskrnl are all NTSTATUS, but NtUser and NtGdi have a lot of different types. many are integer types. we're going to need to individually look up their failure codes (i.e., whether 0 indicates failure, or -1, or < 0, or what).

Original issue: http://code.google.com/p/drmemory/issues/detail?id=1093

貢獻者指南