From f5fa0238fcd4a0bcee87c93010cf2488b35287c8 Mon Sep 17 00:00:00 2001 From: Lord Noteworthy Date: Thu, 23 Jun 2016 23:21:42 +0200 Subject: [PATCH] add SetHandleInformation with protected handle anti debug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce36a39..786ca4e 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Please, if you encounter any of the anti-analysis tricks which you have seen in - NtQueryObject (ObjectTypeInformation) - NtQueryObject (ObjectAllTypesInformation) - CloseHanlde (NtClose) Invalide Handle +- SetHandleInformation (Protected Handle) - UnhandledExceptionFilter - OutputDebugString (GetLastError()) - Hardware Breakpoints (SEH / GetThreadContext)