随笔分类 -  Google

摘要: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)
摘要:# Exploit Title: Android FTPServer 1.9.0 Remote DoS# Date: 03/20/12# Author: G13# Twitter: @g13net# Software Site: https://sites.google.com/site/andre... 阅读全文
posted @ 2014-11-14 18:38 It's_Lee 阅读(225) 评论(0) 推荐(0)
摘要:我们倾注了很大的精力开发了一款测试软件隐私和安全的工具,叫做Kali Linux。它是基于Debian操作系统并由Offensive Security公司策划和研发的,综合了渗透测试和网络监控工具的功能。今天Kali开发团队和Offensive Security公司发布了一个运行在Google Ne... 阅读全文
posted @ 2014-11-13 14:16 It's_Lee 阅读(4399) 评论(0) 推荐(0)
摘要:Google’s Chrome OSincludes a shell environment known as Chrome Shell, or “crosh” for short. Crosh includes several terminal commands that can be used ... 阅读全文
posted @ 2014-07-05 10:11 It's_Lee 阅读(7261) 评论(0) 推荐(0)
摘要:GoogleChrome 浏览器使用的内核源码来自开源浏览器引擎 WebKit Open Source Project。Google Chrome的源码,同样亦是开源的。在 Google 的中文官方Blog - Google 黑板报中,提到:我们对很多开发开源项目的人心存感激,我们承诺会沿着前人的路... 阅读全文
posted @ 2014-06-06 10:01 It's_Lee 阅读(800) 评论(0) 推荐(0)
摘要:问题:错误提示如下:Received exception processing F:/apjp/apjp_remote_appengine/war\web-inf/appengine-web.xmlcom.google.apphosting.utils.config.appengineconfige... 阅读全文
posted @ 2014-06-06 09:50 It's_Lee 阅读(227) 评论(0) 推荐(0)
摘要:问题:Can't find bundle for base name application, locale zh_CN解决方案:Issue resolved. The workaround is below:1. Create a file named application_zh_CN.prop... 阅读全文
posted @ 2014-06-06 09:49 It's_Lee 阅读(448) 评论(0) 推荐(0)
摘要:写了一段时间的android应用了,只是在自己手机上面安装。上周申请了android developer,需要一次性25美元的程序开发注册费用。费用需要用google checkout,所以还要先申请google checkout。国内的信用卡一般都支持VISA,可以以香港地址作为付款地址注册成功。... 阅读全文
posted @ 2014-06-06 09:04 It's_Lee 阅读(1558) 评论(0) 推荐(0)
摘要:文档内容在Android Browser中使用控制台API在WebView中使用控制台API参考调试如果你是在为Android开发web应用,那么,你可以使用控制台(console)的JavaScript API(the console JavaScript APIs)来调试你的Javascript... 阅读全文
posted @ 2014-06-06 08:43 It's_Lee 阅读(320) 评论(0) 推荐(0)
摘要:1. 将来自移动设备的请求重定向到专门为移动端设计的Web版本有好几种方式可以让你使用服务端的重定向将请求重定向到你的web站点的移动版本上去。最常见的情况是通过“嗅探”(”sniffing”)web浏览器提供的用户代理字符串(User Agent string)。为了确定是否要提供一个你的站点的移... 阅读全文
posted @ 2014-06-06 08:43 It's_Lee 阅读(278) 评论(0) 推荐(0)
摘要:文档内容将 WebView 加入你的应用¨在Webview中使用 JavaScript¨启用 JavaScript¨将 JavaScript代码绑定到Android代码处理页面导航¨历史记录导航关键的类WebViewWebSettingsWebViewClient相关手册Web View如果你想发布... 阅读全文
posted @ 2014-06-06 08:42 It's_Lee 阅读(512) 评论(0) 推荐(0)
摘要:概览你可以使用viewport的元数据、CSS和Javascript来为不同分辨率的屏幕设置合适的页面本文档中的技术适用于Android2.0及以上设备,针对默认的AndroidBrowser中及在WebView中呈现的页面如果你在为Android开发Web应用或者在为移动设备重新设计一个Web应用... 阅读全文
posted @ 2014-06-06 08:41 It's_Lee 阅读(903) 评论(0) 推荐(0)
摘要:WebApp与NativeApp有何区别呢?NativeApp:1、开发成本非常大。一般使用的开发语言为JAVA、C++、Objective-C。2、更新体验较差、同时也比较麻烦。每一次发布新的版本,都需要做版本打包,且需要用户手动更新(有些应用程序即使不需要用户手动更新,但是也需要有一个恶心的提示... 阅读全文
posted @ 2014-06-06 08:40 It's_Lee 阅读(8324) 评论(0) 推荐(2)
摘要:如下为第一篇:基本上有两种方式来在Android上发布一个应用:作为一个客户端应用程序(使用Android SDK开发并作为一个.apk安装在用户设备上)或者作为一个Web应用(使用Web标准开发,并通过web浏览器访问——不需要在用户设备上安装什么)。你选择以何种方式发布你的应用基于好几个因素,但... 阅读全文
posted @ 2014-06-06 08:40 It's_Lee 阅读(1087) 评论(0) 推荐(0)
摘要:移动设备的用户越来越多,每天android手机的激活量都已经超过130万台,所以我们面向移动终端的WebAPP也开始跟进了。本文主要介绍webapp的开发与调试的相关知识和经验,以及给出几种可选的解决方案。一、基本概念(1) CSS pixels与device pixelsCSS pixels: 浏... 阅读全文
posted @ 2014-06-06 08:39 It's_Lee 阅读(901) 评论(0) 推荐(0)