https://github.com/adamhlt/shellcode-injector
Local / Remote Shellcode Injector (x86 / x64) - Shellcode Injector for test and debugging purposes
https://github.com/adamhlt/shellcode-injector
shellcode shellcode-injection shellcode-injector winapi windows
Last synced: 7 months ago
JSON representation
Local / Remote Shellcode Injector (x86 / x64) - Shellcode Injector for test and debugging purposes
- Host: GitHub
- URL: https://github.com/adamhlt/shellcode-injector
- Owner: adamhlt
- License: gpl-3.0
- Created: 2023-08-22T19:41:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T07:27:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T12:43:59.639Z (7 months ago)
- Topics: shellcode, shellcode-injection, shellcode-injector, winapi, windows
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_____ __ ____ __ ____ _ __
/ ___// /_ ___ / / /________ ____/ /__ / _/___ (_)__ _____/ /_____ _____
\__ \/ __ \/ _ \/ / / ___/ __ \/ __ / _ \ / // __ \ / / _ \/ ___/ __/ __ \/ ___/
___/ / / / / __/ / / /__/ /_/ / /_/ / __/ _/ // / / / / / __/ /__/ /_/ /_/ / /
/____/_/ /_/\___/_/_/\___/\____/\__,_/\___/ /___/_/ /_/_/ /\___/\___/\__/\____/_/
/___/
Local / Remote Shellcode Injector (x86 / x64)
Shellcode Injector for test and debugging purposes
```
![]()
![]()
![]()
![]()
## :open_book: Project Overview :
Local / Remote Shellcode injector written in C++, works on x86 and x64.
Program contains a test shellcode (MessageBoxA x64 shellcode).
#### Features :
- Inject shellcode into local process from memory
- Inject shellcode into local process from file
- Inject shellcode into remote process from memory
- Inject shellcode into remote process from file### Visual Studio :
1. Open the solution file (.sln).
2. Build the project in Release (x86 or x64)## :test_tube: Demonstration :
**Local injection from memory**
[Demo](https://github.com/adamhlt/Shellcode-Injector/assets/48086737/431ffa6c-4bae-4c8e-9f38-8157a71abff1)
**Remote injection from file**
[Demo](https://github.com/adamhlt/Shellcode-Injector/assets/48086737/1c862a55-0458-4c10-821c-8b37e8be0683)