Skip to content

Just a small repository that includes tools for unpacking, packing and obfuscating an ASAR/JavaScript file

Notifications You must be signed in to change notification settings

AlexDev404/ASARTools

Repository files navigation

ASARTools

Just a small repository that includes tools for unpacking, packing and obfuscating an ASAR/JavaScript file

To Run

  • Use the following to get usage instructions
node <tool>

Pack.JS

pack <input>

Pack <input> ASAR Directory

Positionals:
  input  Input ASAR Directory

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

Unpack.JS

unpack <input> [output]

Obfuscate <input> ASAR file

Positionals:
  input  input ASAR file to be unpacked

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  --output, -o  output ASAR file                                 [default: null]

Obfuscate.JS

obfuscate <input>

Pack <input> JavaScript Directory

Positionals:
  input  Input Javascript Folder

Options:
  --help     Show help                                                 [boolean]
  --version  Show version number                                       [boolean]

About

Just a small repository that includes tools for unpacking, packing and obfuscating an ASAR/JavaScript file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published