From d26436f3d693e924f44323eda58f03a03cc075bc Mon Sep 17 00:00:00 2001 From: Ian G <49762827+the-wandering-photon@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:38:40 +0000 Subject: [PATCH] Update documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4410671..0af6409 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -53,7 +53,7 @@ fn spawn_thread(lib_to_load: LoadModule) { LoadModule::StartImplant => thread_start = Some(attach) } - // create a thread to unload the DLL from the current process + // create a thread with a function pointer to the region of the program we want to execute. let _thread_handle = CreateThread( None, 0,