There was an error while loading. Please reload this page.
1 parent 8db592e commit f978845Copy full SHA for f978845
README.md
@@ -1,13 +1,13 @@
1
# Shellcode Injector
2
3
-Proof-of-concept **shellcode injector** that uses clean syscalls to bypass user-mode hooks in ntdll
+Proof of concept shellcode injector that uses clean syscalls to bypass user-mode hooks in ntdll
4
5
## Goals
6
7
- **Activity obfuscation**
8
- Inject shellcode into a target process via raw syscalls
9
- Bypass common user-mode hooks on Win32 APIs LoadLibrary, VirtualAlloc, WriteProcessMemory
10
-- **Auto-generate** & embed a shellcode payload that downloads and executes a PE file
+- Auto generate & embed a shellcode payload that downloads and executes a PE file
11
12
---
13
0 commit comments