From 714633cbe66cdf51896345b0cda81f2a11573cc4 Mon Sep 17 00:00:00 2001 From: chkp-yaroslavh Date: Mon, 3 Aug 2020 18:13:17 +0300 Subject: [PATCH] Minor front-end fixes --- _techniques/object-handles.md | 2 +- about.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_techniques/object-handles.md b/_techniques/object-handles.md index 25b4b3b..276fdf9 100644 --- a/_techniques/object-handles.md +++ b/_techniques/object-handles.md @@ -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: * ntdll!NtCreateFile: 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. -* kernel32!LoadLibraryW/A: No mitgation. +* kernel32!LoadLibraryW/A: No mitigation. diff --git a/about.md b/about.md index d6213d7..15d0f2d 100644 --- a/about.md +++ b/about.md @@ -17,7 +17,7 @@ All the techniques which are described in this encyclopedia are implemented in o

Yaraslau Harakhavik ( @slevin_by),
Reverse Engineer at Check Point Research - +


References