最終更新:2019-01-16 (水) 14:24:46 (1925d)  

Android/解析
Top / Android / 解析

ツール

android-apktool

  • A tool for reverse engineering Android apk files

smali

Androguard

  • Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)

dex2jar - Tools to work with android .dex and java .class files

APK Multi-Tool

Dexter

  • static android application analysis tool

jad

Java Decompiler

  • Java VMのコードをJavaのソースコードに変換

拡張子別

.apk

dex2jar

  • jarに変換
    dex2jar.sh sample.apk
  • 生成されるsample_dex2jar.jarをJava Decompilerで開く

apktool

  • .smali(逆アセンブルされたDalvik VMのバイトコード)化
    apktool d sample.apk

.dex

.odex

.jar

deodex

難読化

関連

参考