Print3M fb20ede097 init
2024-07-19 17:55:57 +02:00
2024-07-19 17:55:57 +02:00
2024-07-19 17:55:57 +02:00
2024-07-19 17:55:57 +02:00
2024-07-19 17:55:57 +02:00
2024-07-19 17:55:57 +02:00
2024-07-19 17:55:57 +02:00

Shellcoder.py

Write your shellcode in Assembly and execute it with one command!

This script helps automate the shellcode testing process. It takes an Assembly file with the shellcode (shellcode.asm), compiles it into machine code (NASM), generates a payload in C with that, and pastes it into the loader.c file. Finally, the prepared C file is compiled using MSVC. With this script you go from Assembly shellcode to executable file with one command!

Usage

Shellcoder most probably should be used on Windows because of the MSVC requirement.

# Run script
python shellcoder.py

External dependencies

  • Python 3
  • NASM (Netwide Assembler)
  • Visual Studio 2022
S
Description
Automated archival mirror of github.com/Print3M/shellcoder
Readme 145 KiB
Languages
Assembly 52.7%
Python 41.3%
C 6%