User Tools

Site Tools

Translations of this page:

howto:app.asar

This is an old revision of the document!


Exploring app.asar

  • install “DJI Assistant 2”
  • get “app.asar” file from its install dir to a linux env
  • prepare linux env for the node scripts
sudo apt install npm nodejs-legacy
  • install and use asar
npm install asar
./node_modules/asar/bin/asar.js e app.asar ./app.asar.extr
  • install and use js standard formatter
npm install standard --save-dev
./node_modules/standard/bin/cmd.js --fix "./app.asar.extr/**/*.js"

The output is some interesting files which can help in understanding communication to DJI equipment.

FIXME Add some brew equivalent commands

Credits

howto/app.asar.1502060839.txt.gz · Last modified: 2017/08/06 23:07 by czokie