Skip to content

trailofbits/winchecksec-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winchecksec-scan

CI

This repository provides a GitHub Action (winchecksec-scan) for running Winchecksec on one or more Windows binaries.

Inputs

paths

Required.

The paths to the Windows binaries to check. These should be space-separated and relative to the workspace directory.

checks

Required.

A space-separated list of Winchecksec checks that must pass.

Valid check names:

  • aslr
  • highEntropyVA
  • forceIntegrity
  • isolation
  • nx
  • seh
  • cfg
  • rfg
  • safeSEH
  • gs
  • authenticode
  • dotNET

Example usage

uses: trailofbits/winchecksec-scan@v1
with:
  paths: build/foo.exe build/bar.exe
  checks: aslr highEntropyVA nx

About

A GitHub Action for scanning binaries with Winchecksec

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published