Rémi Bernon : ntdll: Correctly implement ThreadHideFromDebugger.

Alexandre Julliard julliard at winehq.org
Tue Jun 30 14:55:05 CDT 2020


Module: wine
Branch: master
Commit: e1e34cdc375baf2d1d5a2266ae0faa885987ab37
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=e1e34cdc375baf2d1d5a2266ae0faa885987ab37

Author: Rémi Bernon <rbernon at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=e1e34cdc375baf2d1d5a2266ae0faa885987ab37



More information about the wine-cvs mailing list