yinsoso / yinsoso-app

0 stars 0 forks source link

Android package security enhancement #3

Open yinsoso opened 5 years ago

yinsoso commented 5 years ago
  1. Avoid others to abuse your apk <<< Of course you guy don't want others to upload your apk to another store, common methods available: https://www.cnblogs.com/harry335/p/5192111.html

  2. Avoid java code decompiling Use up layer VM for code encryption.