shellcode_to_exe
Convert raw shellcode from a file into a Windows executable for execution. Use when you have shellcode from Cobalt Strike, custom C, or malware extraction and need to package it as an EXE.
Instructions
Convert raw shellcode from a file into a Windows executable. Use when you have shellcode from another source (Cobalt Strike, custom C code, or extracted from malware) and need to package it as an EXE for execution. Output: path to the generated executable file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arch | No | Architecture of the shellcode: x86 (32-bit, default) or x64 (64-bit) | |
| outfile | No | Output executable path (default: auto-generated temp file) | |
| shellcode_file | Yes | Path to file containing raw shellcode bytes |