Usage Tips:
- Click on a keyword to enable inline editing.
- Click inside a code block to copy (excludes comments).
- Use the button to view examples.
- Click outside to collapse all examples.
Tools
sudo npm -g install asar
Sample Output:
TO-DO
Unpack app.asar
# List files
asar l <FILE>
Sample Output:
TO-DO
# Extract all files
asar e <FILE>
Sample Output:
TO-DO
# Extract a file
asar ef <FILE> main.js
Sample Output:
TO-DO