
CVE-2017-11882 exp와 같은 간단한 오버플로우 데모
strcpy 텍스트 문자열을 이용한 간단한 오버플로우 데모 (CVE-2017-11882 exp와 유사)

Visual Studio 2017로 빌드 (2019도 작동하며, 2015는 작동하지 않음).
Project setting:
c/c++
Optimization
Optimization: Maximum Optimization (Favor Size) (/O1)
Favor Size of Speed: Favor small code (/Os)
Whole Program Optimization: no
Code Generation
Basic Runtime Checks: Default
Security Check: Disable Security Check (/GS-)
Linker
Advanced
Randomized Base Address: No (/DYNAMICBASE:NO)
Data Execution Prevention(DEP): No (/NXCOMPAT:NO)