nexe_unpacker

0.0.5 • Public • Published

NEXE UNPACKER

A simple nodejs script that reverse nexe executable package.

Install

npm i -g nexe_unpacker

Usage

cat "the/file/you/want/to/unpack" | nexe_unpacker --stdin
## or
nexe_unpacker "the/file/you/want/to/unpack" "the/file/you/want/to/unpack2" "...n"

Parameters

  • --stdin : tell the unpacker that target file has to be readen from the standard input
  • --stdout : tell the unpacker to write the archive into the standard output (only when --archive is on)
  • --out="$path", -o "$path : the output path (file if --archive is on)
  • --archive, -a : write output inside an archive (.zip)
  • --compressionLevel=$level, -c $level : compression level (only when --archive is on)
  • --verbose, -v : print additional logs. (-vv for debug logs)
  • --help : print help

How to build ?

## inside the repo
npm run configure;
npm run build;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    3
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0

Package Sidebar

Install

npm i nexe_unpacker

Weekly Downloads

3

Version

0.0.5

License

ISC

Unpacked Size

94.5 kB

Total Files

148

Last publish

Collaborators

  • ben_