From 1c15ac90c7ab3cf5f2e4034e028f2cd2aafdead0 Mon Sep 17 00:00:00 2001 From: Print3M <92022497+Print3M@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:35:33 +0200 Subject: [PATCH] fix --- shellcode.asm | 4 ++++ 1 file changed, 4 insertions(+) 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: