Skip to content

arkregiel/Win-Shellcode-Executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Shellcode Executor

Disclaimer

This project is for educational purposes only. Don't use it for illegal activities. I'm not responsible for any damage caused by this project.

Description

This project is a simple Windows shellcode executor.

Project contains classes:

  • ShellcodeSelfInjector - injects shellcode into its own process memory and executes it.
  • ShellcodeProcessInjector - injects shellcode into another process memory and executes it.

What is shellcode?

Shellcode is a small piece of code used in exploiting software vulnerabilities. It's designed to be executed directly by the processor, often to spawn a shell or execute commands on a compromised system.

References

Releases

No releases published

Packages

No packages published

Languages