DynamoRIO/drmemory

add a light mode feature to be agnostic of syscall #'s

Open

#1,849 创建于 2016年1月20日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C (289 fork)auto 404
Component-LightModeHotlist-ReleaseMaintainabilityType-Featurehelp wanted

仓库指标

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

描述

The goal is to operate on new Windows versions that have different syscalls but DR still works (after https://github.com/DynamoRIO/dynamorio/issues/1598). We would add a feature that turns off syscall parameter checking and tries to only care about the bare minimum syscalls needed to track memory allocation: and since those are all in ntoskrnl and are exported, we should be able to read them dynamically from the wrappers (modulo hooks).

Xref #1848, #1826.

贡献者指南