Makes it easier to debug or hack a minified application.zip

Farooq Karimi Zadeh a422dd7830 :D 3 years ago
LICENSE cfa4501cf6 Done! 3 years ago
README.md a422dd7830 :D 3 years ago
debugify.sh cfa4501cf6 Done! 3 years ago

README.md

debugify

Makes it easier to debug or hack a minified application.zip

You must have these tools installed:

  • unzip
  • zip
  • find (GNU version)
  • js-beautify (Install it with npm -g install js-beautify)
  • bash (or a compatible shell like zsh)

Usage is very simple:

chmod +x debugify.sh # making it executable
debugify.sh /path/to/application.zip /path/for/new/application.zip

But /path/for/new/application.zip MUST not exist and both paths should be absolute or the script might not work(as excepted).

Now push the new ZIP file to your phone and debug it.

License

It is under ISC(see LICENSE) and comes with ABSOLUTELY NO WARRANTY FROM AUTHOR(S).