An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

```
_____ __ ____ __ ____ _ __
/ ___// /_ ___ / / /________ ____/ /__ / _/___ (_)__ _____/ /_____ _____
\__ \/ __ \/ _ \/ / / ___/ __ \/ __ / _ \ / // __ \ / / _ \/ ___/ __/ __ \/ ___/
___/ / / / / __/ / / /__/ /_/ / /_/ / __/ _/ // / / / / / __/ /__/ /_/ /_/ / /
/____/_/ /_/\___/_/_/\___/\____/\__,_/\___/ /___/_/ /_/_/ /\___/\___/\__/\____/_/
/___/


Local / Remote Shellcode Injector (x86 / x64)
Shellcode Injector for test and debugging purposes
```


C++
Windows
x86
x64

## :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)