Skip to content

A collection of Windows binary builds containing different security mitigations

License

Notifications You must be signed in to change notification settings

trailofbits/pegoat

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

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •