Difference between revisions of "CoursAndroid3"
From Fixme.ch
(→Content) |
(→Content) |
||
Line 8: | Line 8: | ||
== Content == | == Content == | ||
* INTRO: Android stack, APK structure | * INTRO: Android stack, APK structure | ||
− | * Static: Decompile, modify, repackage with [ | + | * Static: Decompile, modify, repackage with [https://code.google.com/p/android-apktool/ apktool] |
* Dynamic: Modify library calls at run time with [https://github.com/crmulliner/ddi Android DDI] | * Dynamic: Modify library calls at run time with [https://github.com/crmulliner/ddi Android DDI] | ||
* ... | * ... |
Revision as of 12:50, 16 January 2014
Description
- Third session of Android development class, focused on security/re.
- Date: TBD
- Event: FIXME
Content
- INTRO: Android stack, APK structure
- Static: Decompile, modify, repackage with apktool
- Dynamic: Modify library calls at run time with Android DDI
- ...
Project leader
Participants
- You here!