最終更新:2014-03-27 (木) 05:29:56 (3676d)  

dex2jar
Top / dex2jar

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

http://code.google.com/p/dex2jar/

メモ

dex2jar contains 4 compment

  • dex-reader? is designed to read the Dalvik Executable (.dex/.odex) format. It has a light weight API similar with ASM.
  • dex-translator? is designed to do the convert job. It reads the dex instruction to dex-ir format, after some optimize, convert to ASM format.
  • dex-ir? used by dex-translator, is designed to represent the dex instruction
  • dex-tools? tools to work with .class files. here are examples:
    • Modify a apk
    • DeObfuscate? a jar

関連