码迷,mamicode.com
首页 > 移动开发 > 详细

android破解

时间:2016-06-03 14:29:18      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:

1.
adb shell dumpsys activity top


能够获取到当前程序的Activity信息

2.
1、在invoke-static/invoke-virtual指令他的返回类型是V之后可以加入
2、在invoke-static/invoke-virtual指令返回类型不是V,之后的move-result-object命令之后可以加入

3.
#log
invoke-static {}, LMyLog;->print()V
#打印参数
invoke-static {v1}, LMyLog;->log(Ljava/lang/Object;)V

注释代码#
#invoke-static {p0}, Lvr;->h(Landroid/content/Context;)V


4.调试
invoke-static {}, Landroid/os/Debug;->waitForDebugger()V
对应的Java代码就是:android.os.Debug.waitForDebugger();


5.签名
java -jar .\sign\signapk.jar .\sign\testkey.x509.pem .\sign\testkey.pk8 debug.apk debug.sig.apk

6.IDA
按y JNIEnv *

android破解

标签:

原文地址:http://www.cnblogs.com/ahuo/p/5556010.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!