Difference between revisions of "CoursAndroid3"

From Fixme.ch
Jump to: navigation, search
(Content)
(Content)
Line 11: Line 11:
 
* 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]
 
* ...
 
* ...
 +
 +
=== Resources ===
 +
* VM for Android RE: https://redmine.honeynet.org/projects/are/wiki
 +
* Android dis/assembler: https://code.google.com/p/smali/
 +
* APK analysis: https://github.com/honeynet/apkinspector/
 +
* Android vulnerable apps: https://github.com/jackMannino/OWASP-GoatDroid-Project
  
 
== Project leader ==
 
== Project leader ==

Revision as of 14:57, 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
  • ...

Resources

Project leader

Participants

  • You here!

See also