Skip to content

This is a shellcode loader generator so you dont have to be bothered to write scripts for your malware err code.

License

Notifications You must be signed in to change notification settings

CEO-netizen/shellgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shellgen

shellgen is a simple shellcode loader generator written in C.

It does the following:

  • Accepts shellcode input in hexadecimal format.
  • Generates a loader.c file that can execute the provided shellcode.

Important Safety Notice:

  • This tool is for educational purposes only and should only be used in controlled lab environments (e.g., virtual machines or sandboxed systems).
  • Never run untrusted shellcode on your main hardware, as it can be harmful or destructive.
  • Use this project responsibly and ethically.

About

This is a shellcode loader generator so you dont have to be bothered to write scripts for your malware err code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published