Skip to content
/ goesf Public

Golang command line tool for the macOS Endpoint Security Framework

License

Notifications You must be signed in to change notification settings

xorrior/goesf

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published