From 0dbcd17218832defce560d86158ce6bfb59d0737 Mon Sep 17 00:00:00 2001 From: Jack Ullrich Date: Mon, 8 Jul 2019 14:29:08 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d153fb..1c8a0d3 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,5 @@ ExitThread(0); * If you wish to add a function you must keep it between the MalCodeBegin and MalCodeEnd markers. * Don't forget to call the ScStdio::MalCode() at some point, otherwise when compiling in release with the suggested switches, the code will optimized away. -ShellcodeStdio @ winternl.com (Jack Ullrich) +ShellcodeStdio @ winternl.com Credit for cool macros: reddit.com/user/good_nickname