0.1.2 • Published 8 years ago

macho-is-encrypted v0.1.2

Weekly downloads
51
License
MIT
Repository
github
Last release
8 years ago

SYNOPSIS

Check if your Mach-O bin is encrypted.

var fs = require('fs')
var isEncryptedSync = require('macho-is-encrypted')

var execPath = process.execPath
var data = fs.readFileSync(execPath)

console.log(isEncryptedSync.path(path))
console.log(isEncryptedSync.data(data))

LICENSE

MIT