dex2jar for android

 

dex2jar is an open source utils to convert, edit and build apk.

1. sample to operate the tool(translate original apk and repack)

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

# convert classes.dex in test_apk-debug.apk to test_apk-debug_dex2jar.jar
d2j-dex2jar.sh -f -o test_apk-debug_dex2jar.jar test_apk-debug.apk
# verify jar
d2j-asm-verify.sh test_apk-debug_dex2jar.jar
# convert to jasmin format
d2j-jar2jasmin.sh -f -o test_apk_jasmin test_apk-debug_dex2jar.jar


2.as the tool convert the apk into jasmin format, you need an manual to know what the "*.j" files mean.

if you've been familiar with java-JNI or other IL languages or even assembly language, it will be happier to ref and read the *.j files

https://www.vmth.ucdavis.edu/incoming/Jasmin/jvmref.html

http://pages.cs.wisc.edu/~fischer/cs536.f12/guide.html

 

3. mostly used code to add an log

;add log here, write whatever you waht to in the string
ldc "test"
ldc "com/test/android/dialer/ds:run()V"
invokestatic android/util/Log/i(Ljava/lang/String;Ljava/lang/String;)I
pop

 

//============================================

here is a link URL that shows the total steps as an example for ref.

http://dukeland.hk/2013/05/13/android-apk-reverse-engineering-cracking-the-mytv-hd-restriction/

 

just record and mybe update in future.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值