mirror of
https://github.com/jackullrich/ShellcodeStdio
synced 2026-06-08 14:56:00 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user