Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goesf

Golang command line tool for the macOS Endpoint Security Framework

  • Requires macOS 10.15+ w/ XCode to build
  • Build command: go build
  • Sign the resulting binary with codesign and the entitlements.xml file:
    • Find eligible identities for codesigning: security find-identity -v -p codesigning
    • Sign the binary: codesign -s '[Code Signing Identity]' --entitlements entitlements.xml [golang binary]
    • Disable SIP before use

About

Golang command line tool for the macOS Endpoint Security Framework

Resources

Stars

29 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages