macho-is-encrypted

Determine if your macho is encrypted

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
macho-is-encrypted
520.1.27 years ago7 years agoMinified + gzip package size for macho-is-encrypted in KB

Readme

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