7 Commits

Author SHA1 Message Date
Ian G d26436f3d6 Update documentation 2024-03-27 19:38:40 +00:00
Ian G fd020a678a Update documentation 2024-03-27 19:38:06 +00:00
Ian G 1365397195 Spawn new thread for main implant
Introduces an enum to handle different cases of using CreateThread to spawn new threads depending on what functions we wish to call. Better management to help prevent deadlocks.
2024-03-27 19:36:07 +00:00
Ian G db58de05e4 Self unloading mechanism
Unloads self from the process it is injected into, allowing multiple of the DLL to be injected into the process multiple times after finishing.
2024-03-27 18:30:56 +00:00
Ian G 1020da52de rm old crate info 2024-03-23 10:40:29 +00:00
Ian G 8f5a989afa Readme 2024-03-23 10:40:04 +00:00
Ian G e983ddbd08 Initial commit 2024-03-21 17:07:16 +00:00