From 4478103de4ce07e53c9142b9e7fd2d974ced5e01 Mon Sep 17 00:00:00 2001 From: batsec <63263302+bats3c@users.noreply.github.com> Date: Thu, 17 Jun 2021 12:41:53 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36d960a..e6a5133 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ### How does is work? -*link to blog post* +https://www.mdsec.co.uk/2021/06/bypassing-image-load-kernel-callbacks/ ### Usage @@ -38,4 +38,4 @@ This argument is only needed when `LOAD_MEMORY` is set. In that case this argume The windows loader is very complex and can handle all the edge case's and intricacies of loading DLLs. There are going to be edge case's which I have not had the time to discover, reverse engineer and implement. So there's going to be DLLs that this loader simply will not work with. -That being said I plan on making this loader as complete as possible, so please open issue's for DLLs that are not correctly loaded. \ No newline at end of file +That being said I plan on making this loader as complete as possible, so please open issue's for DLLs that are not correctly loaded.