From e2d2bfc0c7ede072ba785c69f5a1d17fe7466daa Mon Sep 17 00:00:00 2001 From: batsec <63263302+bats3c@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:30:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2353cd1..0290018 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://www.mdsec.co.uk/2021/06/bypassing-image-load-kernel-callbacks/ DARKMODULE DarkModule = DarkLoadLibrary( LOAD_LOCAL_FILE, // control flags L"TestDLL.dll", // local dll path, if loading from disk - NULL, // DLL Buffer to load from if loading from memory + NULL, // dll buffer to load from if loading from memory 0, // dll size if loading from memory NULL // dll name if loaded from memory );