随笔分类 -  Android

摘要:开发环境的建立主要分几个部分,操作系统,编译环境和环境变量的设置。一,安装操作系统 操作系统这里是用ubuntu11.04,你可以选择用虚拟机安装,也可以之际用PC机安装。首先下载ubuntu11.04的安装,下载地址是:http://www.ubuntu.org.cn/getubuntu/down... 阅读全文
posted @ 2015-05-10 08:30 It's_Lee 阅读(702) 评论(0) 推荐(0)
摘要:首先,打开Vmware里面VM里面的setting。如下图:进入设置界面:选择Hard Disk,点击下面Add:点击next:选择Create a new virtual disk然后再选择next,选择硬盘类型为SCSI。继续next,设置硬盘大小:继续:指定硬盘文件就这样是先创建了一个20G的... 阅读全文
posted @ 2015-05-10 07:35 It's_Lee 阅读(203) 评论(0) 推荐(0)
摘要:Android packers getting more common, and if you're doing any significant amount of reversing, you're bound to come across one. While any serious rev... 阅读全文
posted @ 2014-12-17 09:04 It's_Lee 阅读(621) 评论(0) 推荐(0)
摘要:These are some tutorials i've written to get people started with android cracking.way of the android cracker 0this covers the essentials of setting up... 阅读全文
posted @ 2014-12-17 08:56 It's_Lee 阅读(303) 评论(0) 推荐(0)
摘要:一、DEX相关基础知识1、什么是DEX?DEX是DalvikEXecutable的简称。打包.class文件为单一DEX文件并运行于Dalvik虚拟机。DEX文件打包进APK文件中(本质上是jar或zip文件)。安装时,系统提取DEX文件进行检查和验证。第一次运行时,系统完成DEX优化,转换成ode... 阅读全文
posted @ 2014-12-17 08:39 It's_Lee 阅读(351) 评论(0) 推荐(0)
摘要:AntiLVL - Android License Verification Library Subversion[ What is it? ]AntiLVL's purpose is to subvert standard license protection methods such as th... 阅读全文
posted @ 2014-12-17 08:32 It's_Lee 阅读(729) 评论(0) 推荐(0)
摘要:##########################################Hacking Android Apps for Fun and Profit###########################################Author: G13#Twitter: @g13n... 阅读全文
posted @ 2014-11-14 18:33 It's_Lee 阅读(326) 评论(0) 推荐(0)
摘要:我们倾注了很大的精力开发了一款测试软件隐私和安全的工具,叫做Kali Linux。它是基于Debian操作系统并由Offensive Security公司策划和研发的,综合了渗透测试和网络监控工具的功能。今天Kali开发团队和Offensive Security公司发布了一个运行在Google Ne... 阅读全文
posted @ 2014-11-13 14:16 It's_Lee 阅读(4399) 评论(0) 推荐(0)
摘要:Kali Linux on any Android Phone or TabletGetting Kali Linux to run on ARM hardware has been a major goal for us since day one. So far, we’ve builtnati... 阅读全文
posted @ 2014-10-29 22:43 It's_Lee 阅读(2207) 评论(1) 推荐(0)
摘要:以下是编译Android 4.0.4的常见错误,这些错误的解决办法收录自互联网。Google group有个专门的Android Building组,有兴趣的可以加入。除了android组解决的错误外,还有两个错误1.external/oprofile/libpp/format_output.h:9... 阅读全文
posted @ 2014-08-30 16:01 It's_Lee 阅读(1369) 评论(0) 推荐(0)
摘要:第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipV... 阅读全文
posted @ 2014-08-14 10:40 It's_Lee 阅读(404) 评论(0) 推荐(0)
摘要:生成apk最懒惰的方法是:只要你运行过android项目,到工作目录的bin文件夹下就能找到与项目同名的apk文件,这种apk默认是已经使用debug用户签名的。如果想要自己给apk签名:1.签名的意义 为了保证每个应用程序开发商合法ID,防止部分开放商可能通过使用相同的Package Name来... 阅读全文
posted @ 2014-07-21 11:18 It's_Lee 阅读(237) 评论(0) 推荐(0)
摘要:Android, an open source operating system for mobile devices (Smartphone and tablet), led by Google. The Android SDK provides a set of tools and APIs t... 阅读全文
posted @ 2014-06-07 09:15 It's_Lee 阅读(274) 评论(0) 推荐(0)
摘要:In this tutorial, we show you how to create a simple “hello world”Androidproject inEclipse IDE + ADT plugin, and run it withAndroid Virtual Device (AV... 阅读全文
posted @ 2014-06-07 09:14 It's_Lee 阅读(387) 评论(0) 推荐(0)
摘要:一、 选择跟踪范围在想要根据的代码片段之间使用以下两句代码Debug.startMethodTracing("love_world_");Debug.stopMethodTracing();例如,onCreate与onStart方法之间方法跟踪publicclassMainActivityexten... 阅读全文
posted @ 2014-06-07 09:14 It's_Lee 阅读(636) 评论(0) 推荐(0)
摘要:Android应用程序均用Java开发,通过google的指导下,实现并总结了apk文件反编译过程,不难,需要相应的工具即可。一、Apk反编译得到Java源代码下载上述反编译工具包,打开apk2java目录下的dex2jar-0.0.9.9文件夹,内含apk反编译成java源码工具,以及源码查看工具... 阅读全文
posted @ 2014-06-07 09:13 It's_Lee 阅读(234) 评论(0) 推荐(0)
摘要:✿Android 程序调试工具Google为我们提供的代码调试工具的亮点:traceview和dmtracedump。有了这两个工具,我们调试程序分析bug就非常得心应手了。traceview帮助我们分析程序性能,dmtracedump生成函数调用图。遗憾的是,google提供的dmtracedum... 阅读全文
posted @ 2014-06-07 09:13 It's_Lee 阅读(535) 评论(0) 推荐(0)
摘要:1. log文件分类简介1. 实时打印:1.1 logcat main(应用程序)--adb logcat -b main -v time > app.log1.2 logcat radio(射频相关-SIMSTK,modem相关的ATcommand)--adb logcat -b radio -v... 阅读全文
posted @ 2014-06-07 09:12 It's_Lee 阅读(1054) 评论(0) 推荐(1)
摘要:第一季1.Android平台一日游2.搭建Android开发环境3.Say Hello To Android4.Activity初步5.Activity和Intent6.Android当中的常见控件7.Activity生命周期(一)8.Activity生命周期(二)9.Activity布局初步(一)... 阅读全文
posted @ 2014-06-07 09:11 It's_Lee 阅读(209) 评论(0) 推荐(0)
摘要:Note: 学习方法固然重要,但更重要的是选择更好的学习方法,学习材料!背景介绍:01 Java考古学02 Java创世纪03 Java基本概念104 Java的变量05 Java的基本数据模型 阅读全文
posted @ 2014-06-07 09:10 It's_Lee 阅读(148) 评论(0) 推荐(0)