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 e5f7ce2 commit d56de04Copy full SHA for d56de04
README.md
@@ -1,4 +1,4 @@
1
-# :japanese_ogre: rust-shellcode
+# :japanese_ogre:rust-shellcode
2
3
## asm
4
@@ -75,4 +75,4 @@ inject `explorer.exe` by default.
75
5. copy shellcode to allocated memory using `WriteProcessMemory`
76
6. change memory permission to executable using `VirtualProtectEx`
77
7. execute shellcode using `RtlCreateUserThread`
78
-8. close opened handle using `CloseHandle`
+8. close opened handle using `CloseHandle`
0 commit comments