Changes
/* Content */
== Content ==
* INTRO: Android stack, APK structure
* Static: Decompile, modify, repackage with [httphttps://code.google.com/p/android-apktool/ apktool]
* Dynamic: Modify library calls at run time with [https://github.com/crmulliner/ddi Android DDI]
* ...