Update README.md

This commit is contained in:
Jack Ullrich
2017-04-20 12:42:04 -05:00
committed by GitHub
parent d26c53a3d0
commit 82f249d783
+6
View File
@@ -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