An open API service indexing awesome lists of open source software.

https://github.com/0xmachos/checkmach

checkMach is a shell script to check the security properties of Mach-O executables
https://github.com/0xmachos/checkmach

mach-o macos security-tools

Last synced: 12 months ago
JSON representation

checkMach is a shell script to check the security properties of Mach-O executables

Awesome Lists containing this project

README

          

# checkMach

[![Build Status](https://travis-ci.com/0xmachos/checkMach.svg?branch=master)](https://travis-ci.com/0xmachos/checkMach)

checkMach is a shell script to check the security properties of Mach-O executables

Inspired by and based on [checksec.sh](https://github.com/slimm609/checksec.sh) by [Tobias Klein](http://www.trapkit.de/tools/checksec.html).