08 2013 档案

摘要:Intro to the LLVM MC Project The LLVM Machine Code (aka MC) sub-project of LLVM was created to solve a number of problems in the realm of assembly, d... 阅读全文
posted @ 2013-08-27 23:06 Proteas 阅读(1282) 评论(0) 推荐(0)
摘要:在 iOS 开发中,Web 页面与 Native Code 通信可以分为两个方面:1、Native Code 调用 Web 页面的方法:主要是调用页面中的 Javascript 函数。2、Web 页面调用 Native Code:主要是通过自定义 Scheme。当前,Web 页面通过自定义 Sche... 阅读全文
posted @ 2013-08-26 23:26 Proteas 阅读(325) 评论(0) 推荐(0)
摘要:在 iOS 应用的开发过程中,随着项目的发展,工程中很有可能产生重复图片。 下面这段 Python 脚本可以用来扫描工程中是否有重复图片。 1 #!/usr/bin/env python 2 #coding=utf-8 3 4 """Usage: check_project_duplicat... 阅读全文
posted @ 2013-08-07 23:25 Proteas 阅读(379) 评论(0) 推荐(0)
摘要:source:http://www.ifans.com/forums/threads/decrypt-any-ios-firmware-on-mac-windows-linux.354206/ Decrypting iPhone firmware will allow you to browse t... 阅读全文
posted @ 2013-08-02 00:20 Proteas 阅读(3100) 评论(0) 推荐(0)