macho-is-encrypted

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i macho-is-encrypted

Weekly Downloads

47

Version

0.1.2

License

MIT

Last publish

Collaborators

  • dweinstein