01 2013 档案

摘要:记录点滴:Intent intent = new Intent(); intent.setAction(intent.ACTION_MAIN); intent.addCategory(intent.CATEGORY_HOME); intent.setFlags(intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent); 阅读全文
posted @ 2013-01-08 14:54 Liu Siyuan 阅读(191) 评论(0) 推荐(0)
摘要:自己写混淆代码,base64加密apk用jni做验证签名验证manifest验证classes.dex验证关键代码写在jni里面,so文件,用System.loadLibrary()调用等。。。 阅读全文
posted @ 2013-01-07 08:50 Liu Siyuan 阅读(173) 评论(0) 推荐(0)