Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Overflow-Demo-CVE-2017-11882 — Simple Overflow demo, like CVE-2017-11882 exp | Kitploit
Tools/GitHubGitHub/ekgg/overflow-demo-cve-2017-11882
Vulnerability AnalysisExploitationLearning & EducationPayload DevelopmentBinary Exploitation
GitHubekgg/overflow-demo-cve-2017-11882

Overflow-Demo-CVE-2017-11882

Simple Overflow demo, like CVE-2017-11882 exp

View Repository
216 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Overflow-Demo-CVE-2017-11882

Simple Overflow demo by strcpy text string, like CVE-2017-11882 exp

screenshot

Build

Build with Visual Studio 2017( 2019 is working too, 2015 is not working).

Project Config

root@kitploit:~
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)
Download Tool