Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _techniques/object-handles.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tags: object-handles
<hr class="space">

<h2><a class="a-dummy" name="object-handles">Object Handles</a></h2>
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.

<br />
<h3><a class="a-dummy" name="openprocess">1. OpenProcess()</a></h3>
Expand Down