mirror of
https://github.com/0xflux/Simple-Rust-DLL
synced 2026-06-08 10:12:37 +00:00
Update documentation
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user