npm.io
0.1.2 • Published 9 years agoCLI

macho-is-encrypted

Licence
MIT
Version
0.1.2
Deps
2
Vulns
0
Weekly
0
Stars
6

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

Keywords