Module: wine Branch: master Commit: e1e34cdc375baf2d1d5a2266ae0faa885987ab37 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e1e34cdc375baf2d1d5a2266a...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Jun 26 11:27:29 2020 +0200
ntdll: Correctly implement ThreadHideFromDebugger.
At least, store the thread information, instead of pretending and failing to correctly validate handles and access rights.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/info.c | 3 --- dlls/ntdll/unix/thread.c | 27 ++++++++++++++++----------- include/wine/server_protocol.h | 7 ++++--- server/protocol.def | 4 +++- server/request.h | 5 +++-- server/thread.c | 11 +++++++---- server/thread.h | 1 + server/trace.c | 3 ++- 8 files changed, 36 insertions(+), 25 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e1e34cdc375baf2d1d5a2...