mirror of
https://github.com/bats3c/DarkLoadLibrary
synced 2026-06-06 15:14:33 +00:00
Update README.md
This commit is contained in:
@@ -12,7 +12,7 @@ https://www.mdsec.co.uk/2021/06/bypassing-image-load-kernel-callbacks/
|
|||||||
DARKMODULE DarkModule = DarkLoadLibrary(
|
DARKMODULE DarkModule = DarkLoadLibrary(
|
||||||
LOAD_LOCAL_FILE, // control flags
|
LOAD_LOCAL_FILE, // control flags
|
||||||
L"TestDLL.dll", // local dll path, if loading from disk
|
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
|
0, // dll size if loading from memory
|
||||||
NULL // dll name if loaded from memory
|
NULL // dll name if loaded from memory
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user