Skip to content

mendax0110/shellCodeInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShellCodeInjector

This is a simple shellcode injector that injects shellcode into a running process. The shellcode is executed in the context of the target process. The injector is written in C++ and uses the Windows API to interact with the target process.

Build Instructions

To use shellCodeInjector, follow these steps:

  1. Clone the repository.
git clone https://github.com/mendax0110/shellCodeInjector.git
  1. Change the working directory to the cloned repository.
cd shellCodeInjector
  1. Create the build directory.
mkdir build
  1. Change the working directory to the build directory.
cd build
  1. Generate the build files using CMake.
cmake ..
  1. Build the project.
cmake --build .

Usage

To use the shellCodeInjector, follow these steps:

  1. Use genShellCode to generate the binary file which conatins the shellcode.
genShellCode <output>.bin
  1. Run the shellCodeInjector with the following arguments:
shellCodeInjector <shellcode_file>.bin

Supported Platforms

  • Windows

About

A Educational Injector for shellcode into a process.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published