Difference between revisions of "CoursAndroid3"

From Fixme.ch
Jump to: navigation, search
(Content)
Line 7: Line 7:
  
 
== Content ==
 
== Content ==
 +
* INTRO: Android stack, APK structure
 
* Static: Decompile, modify, repackage with [http://code.google.com/p/android-apktool/ apktool]
 
* Static: Decompile, modify, repackage with [http://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 14: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!

See also