Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(30)

Issue 302590043: TBR: i#1987 Win10-1607: update winsysnums to find split usercalls

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 8 months ago by bruening
Modified:
7 years, 8 months ago
Reviewers:
zhaoqin
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#1987 Win10-1607: update winsysnums to find split usercalls Win10-1607 moves win32k.sys syscall wrappers to a new library, win32u.dll. This means that winsysnums -usercalls needs to look at user32.dll routines invoking imports rather than raw syscalls, with additional complexity of two of the targets using a "Local_" direct call that indirectly gets to the import through other stub layers rather than a direct import. ---------------

Patch Set 1 #

Patch Set 2 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -8 lines) Patch
M clients/standalone/winsysnums.c View 5 chunks +76 lines, -8 lines 0 comments Download

Messages

Total messages: 2
bruening
7 years, 8 months ago (2016-08-24 05:23:47 UTC) #1
bruening
7 years, 8 months ago (2016-08-24 05:23:49 UTC) #2
Committed as
https://github.com/DynamoRIO/dynamorio/commit/9b7e44eb94019f2cbd8e6b845cb9b06...

Final commit log: 
---------------
i#1987 Win10-1607: update winsysnums to find split usercalls

Win10-1607 moves win32k.sys syscall wrappers to a new library,
win32u.dll.  This means that winsysnums -usercalls needs to look at
user32.dll routines invoking imports rather than raw syscalls, with
additional complexity of two of the targets using a "Local_" direct
call that indirectly gets to the import through other stub layers
rather than a direct import.

Review-URL: https://codereview.appspot.com/302590043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b