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