From c4e9c207dc76a30ef314efa27c9cd7fc6adda1bf Mon Sep 17 00:00:00 2001 From: GigabiteStudios Date: Fri, 15 May 2026 13:00:35 -0500 Subject: [PATCH] Fix Typo in: Anti-Debug: Object Handles --- _techniques/object-handles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_techniques/object-handles.md b/_techniques/object-handles.md index 276fdf9..0115625 100644 --- a/_techniques/object-handles.md +++ b/_techniques/object-handles.md @@ -21,7 +21,7 @@ tags: object-handles

Object Handles

-The following set of techniques represents the checks which use kernel objects handles to detect a debugger presence. Some WinAPI functions that accept kernel object handles as their parameters can behave differently under debugging or cause side-effects that emerge because of debuggers' implementation. Moreover, there are specific kernel objecst that are created by the operation system when debugging begins. +The following set of techniques represents the checks which use kernel objects handles to detect a debugger presence. Some WinAPI functions that accept kernel object handles as their parameters can behave differently under debugging or cause side-effects that emerge because of debuggers' implementation. Moreover, there are specific kernel objects that are created by the operation system when debugging begins.

1. OpenProcess()