File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ inject `explorer.exe` by default.
29
29
6 . execute shellcode using ` CreateRemoteThread `
30
30
7 . close opened handle using ` CloseHandle `
31
31
32
+ ## create_remote_thread_native
33
+
34
+ shellcode execute remotely.
35
+ inject ` explorer.exe ` by default.
36
+ this is same with [ create_remote_thread] ( #create_remote_thread ) , but without crate ` windows-sys `
37
+ using crate ` libloading ` get functions from dlls.
38
+
32
39
## create_thread
33
40
34
41
shellcode execute locally.
@@ -41,7 +48,7 @@ shellcode execute locally.
41
48
## create_thread_native
42
49
43
50
shellcode execute locally.
44
- this is same with create_thread, but without crate ` windows-sys `
51
+ this is same with [ create_thread] ( #create_thread ) , but without crate ` windows-sys `
45
52
using crate ` libloading ` get functions from dlls.
46
53
47
54
## etwp_create_etw_thread
You can’t perform that action at this time.
0 commit comments