Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pegoat

CI

A collection of Windows binary builds containing different (sometimes ineffective) security mitigations.

These files are primarily intended to test winchecksec and other security tools that consume PEs.

Building

pegoat expects to be built on Windows with a compiler that behaves like cl.exe (clang-cl is probably fine, but untested).

Both 32-bit (-A Win32) and 64-bit (-A x64) builds are supported, but not all targets are built on both (due to differences in available mitigations).

> mkdir build
> cd build
> cmake -G "Visual Studio 16 2019" -A x64 ..
> cmake --build . --config Release

About

A collection of Windows binary builds containing different security mitigations

Resources

Security policy

Stars

12 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages