Skip to content

Commit

Permalink
Minor front-end fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yaroslavh committed Aug 3, 2020
1 parent 7da6c55 commit 714633c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _techniques/object-handles.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ If you write an anti-anti-debug solution, you need to hook the listed functions
The following techniques should be handled without hooks:

* <tt>ntdll!NtCreateFile</tt>: Too generic to mitigate. However, if you write a plugin for a specific debugger, you can ensure that the handle of the debugged file is closed.
* <tt>kernel32!LoadLibraryW/A</tt>: No mitgation.
* <tt>kernel32!LoadLibraryW/A</tt>: No mitigation.
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All the techniques which are described in this encyclopedia are implemented in o
<p align="right">
Yaraslau Harakhavik (<i class="fa fa-twitter fa-lg" style="color:#1DA1F2"></i> <a href="https://twitter.com/slevin_by">@slevin_by</a>),<br />
<i>Reverse Engineer at Check Point Research</i>
</div>
</p>
<br />

<h2>References</h2>
Expand Down

0 comments on commit 714633c

Please sign in to comment.