上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页
摘要: 原文:http://www.csdn.net/article/2013-08-19/2816613-Programmer%E2%80%99s-dilemma前段时间,@developerworks在微博上向大家推荐了一篇引人深思的文章《程序员困境》,这篇文章的作者描述了在招聘内核程序员时所遇到的一个现象,一些来自大公司的“高级”程序员,却连最简单最基本的问题都无法回答,这不禁引发了作者的思考,下面... 阅读全文
posted @ 2013-10-29 14:00 Proteas 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 目前国内的视频播放器中,支持 DLNA 播放比较好的是:腾讯视频。 刚才反编了一下他们的代码,发现使用了一个开源库, 地址:https://github.com/FuruyamaTakeshi/DLNA 并且在这个库的基础了做了一层封装,包含如下几个类: DLNAController: 1 @... 阅读全文
posted @ 2013-10-25 23:14 Proteas 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1248) 评论(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 阅读(313) 评论(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 阅读(364) 评论(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 阅读(2982) 评论(0) 推荐(0) 编辑
摘要: source link:1、http://blog.bignerdranch.com/1907-hooked-on-dtrace-part-1/2、http://blog.bignerdranch.com/1968-hooked-on-dtrace-part-2/3、http://blog.bign... 阅读全文
posted @ 2013-07-30 10:53 Proteas 阅读(878) 评论(0) 推荐(0) 编辑
摘要: 在破解iOS应用的过程中,需要经常使用 otool 开获取程序本身的信息(比如:是否启用了PIE),获取加密信息, 但是CLI的程序在直观性上还是不如GUI的, 下面描述使用MachOView来查看到相关信息。 1、加载可执行文件。 运行 MachOView 后,会提示选择文件,选择将要分析的文件,... 阅读全文
posted @ 2013-07-28 15:21 Proteas 阅读(4039) 评论(0) 推荐(0) 编辑
摘要: 注释过的反汇编代码:http://pan.baidu.com/share/link?shareid=3491166579&uk=537224442 伪代码(不精确,仅供参考): 0 0 1 1261 7189 Tech-P 59 16 8434 14.0... 阅读全文
posted @ 2013-07-25 00:14 Proteas 阅读(341) 评论(0) 推荐(0) 编辑
摘要: ref:http://www.coranac.com/tonc/text/asm.htm23.1. IntroductionVery broadly speaking, you can divide programming languages into 4 classes. At the lowes... 阅读全文
posted @ 2013-07-22 14:39 Proteas 阅读(630) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页