DynamoRIO / DynamoRIO/drmemory

ensure Dr. Memory and drcov work under Chrome Win8 syscall sandbox

Open
#1,728 0 comments 0 reactions 0 assignees View on GitHub
Hotlist-Chrome OpSys-Win8
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

On win7 the sandbox was hooking wrappers, while on win8 they're using the new kernel support:

https://www.chromium.org/developers/design-documents/sandbox#TOC-Process-mitigation-policies-Win32k-lockdown-

```
On Windows 8 and above, a new mitigation policy was added, accessible via
called ProcessSystemCallDisablePolicy which allows selective disabling of
system calls available from the target process. On Windows 10 there is an
additional policy that can be applied called ProcessFontDisablePolicy.
```

Could maybe affect drcov too -- we may want to put Chrome on a Win8 machine and see.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.