Skip to content

Commit f978845

Browse files
authored
Update README.md
1 parent 8db592e commit f978845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Shellcode Injector
22

3-
Proof-of-concept **shellcode injector** that uses clean syscalls to bypass user-mode hooks in ntdll
3+
Proof of concept shellcode injector that uses clean syscalls to bypass user-mode hooks in ntdll
44

55
## Goals
66

77
- **Activity obfuscation**
88
- Inject shellcode into a target process via raw syscalls
99
- 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
10+
- Auto generate & embed a shellcode payload that downloads and executes a PE file
1111

1212
---
1313

0 commit comments

Comments
 (0)