12 2014 档案

摘要:方法一:下面说一下网络连接的问题吧,为了使像Ubuntu一样在任务栏里面出现网络连接的图标,需要安装NM的支持,即:apt-get install network-manager。不过此时虽然出现了连接图标,但选项是和灰色的,仍然会看到网络设备未托管的提示,这是由于Linux里面的两套网络管理方案出... 阅读全文
posted @ 2014-12-27 16:39 It's_Lee 阅读(322) 评论(0) 推荐(0)
摘要:第一步更改数据源,把原来的改成国内的站点,这样更新速度会快很多,而且不会出错。在file system中找到 /etc/apt/source.list 更改这个。在这个文件上按右键 用编辑器打开,清空所有内容后,将以下内容复制进去。deb http://mirrors.163.com/ubuntu/... 阅读全文
posted @ 2014-12-27 07:49 It's_Lee 阅读(633) 评论(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 阅读(618) 评论(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 阅读(300) 评论(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 阅读(346) 评论(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 阅读(725) 评论(0) 推荐(0)