diff --git a/shellcode.asm b/shellcode.asm index 653b538..8800e0e 100644 --- a/shellcode.asm +++ b/shellcode.asm @@ -1,3 +1,7 @@ +; Author: Print3M (https://print3m.github.io/) +; +; This code just runs "calc.exe" without any external dependencies. +; [bits 64] section .text: