From 82f249d7830193fef2a0d7ba3d9cf293a9204c8d Mon Sep 17 00:00:00 2001 From: Jack Ullrich Date: Thu, 20 Apr 2017 12:42:04 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 00a8914..c1f2c85 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ A mini-framework for easily writing debuggable, compiler optimized, position independent, x86 shellcode for windows platforms. For usage example check out main.cpp. + +# Suggested Compiler Options +``` + C/C++ -> Optimization -> /O1, /Ob2, /Oi, /Os, /Oy-, /GL + C/C++ -> Code Generation -> /MT, /GS-, /Gy + Linker -> General -> /INCREMENTAL:NO