8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c765187 commit 21af5e3Copy full SHA for 21af5e3
README.md
@@ -20,7 +20,7 @@ shellcode execute locally.
20
## create_remote_thread
21
22
shellcode execute remotely.
23
-inject `explorer.exe` default.
+inject `explorer.exe` by default.
24
1. get pid by process name using crate `sysinfo`
25
2. get handle using `OpenProcess`
26
3. alloc remote memory using `VirtualAllocEx`
@@ -67,7 +67,7 @@ shellcode execute locally.
67
## rtl_create_user_thread
68
69
70
71
1. get `RtlCreateUserThread` funtion from `ntdll` using `LoadLibraryA` and `GetProcAddress`
72
2. get pid by process name using crate `sysinfo`
73
3. get handle using `OpenProcess`
0 commit comments