上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: Quick Time Plugin 的类图。pdf version:http://pan.baidu.com/s/1o6oFV8Q 阅读全文
posted @ 2014-03-31 11:00 Proteas 阅读(128) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include int write32(vm_address_t offset, unsigned int data) { data = CFSwapInt32(data); kern_return_t err; m... 阅读全文
posted @ 2014-03-28 23:12 Proteas 阅读(1145) 评论(0) 推荐(0) 编辑
摘要: src:https://developer.apple.com/library/mac/qa/qa1176/_index.htmlTechnical Q&A QA1176Getting a Packet TraceQ: I'm trying to debug a network problem. How do I get a packet trace?A:This depends on you... 阅读全文
posted @ 2014-03-13 14:32 Proteas 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 说明: 这里的调试是指使用 lldb 远程调试 iOS 应用 设置断点是指在 ObjC 方法上设置断点 使用场景: 1、调试被 strip 了的 iOS 应用 2、调试被 strip 了的 iOS 系统 dylib 在调试时没有符号的 iOS 应用时,设置断点非常不方便: 1、App:在没... 阅读全文
posted @ 2014-03-05 20:15 Proteas 阅读(452) 评论(0) 推荐(0) 编辑
摘要: from:http://phoboslab.org/log/2011/06/javascriptcore-project-files-for-ios github:https://github.com/phoboslab/JavaScriptCore-iOS Some weeks agoI ... 阅读全文
posted @ 2014-02-28 14:46 Proteas 阅读(703) 评论(0) 推荐(0) 编辑
摘要: from appleIn general, iOS adheres to the generic ABI specified by ARM for the ARM64 architecture. However there are some choices to be made within that framework, and some divergences from it. This do... 阅读全文
posted @ 2014-02-26 10:38 Proteas 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: 一、选择职业职业的选择,总的来说,无非就是销售、市场、客服、物流、行政、人事、财务、技术、管理几个大类,有个有趣的现象就是,500强的CEO当中最多的是销售出身,第二多的人是财务出身,这两者加起来大概超过95%。现代IT行业也有技术出身成为老板的,但实际上,后来他们还是从事了很多销售和市场的工作,并且表现出色,公司才获得了成功,完全靠技术能力成为公司老板的,几乎没有。这是有原因的,因为销售就是一... 阅读全文
posted @ 2014-02-19 12:46 Proteas 阅读(244) 评论(0) 推荐(0) 编辑
摘要: link from:http://www.crowdstrike.com/blog/native-java-bytecode-debugging-without-source-code/index.htmlNative Java Bytecode Debugging without Source CodeFeb 12, 2014 | Jason Geffner, Sr. Security Rese... 阅读全文
posted @ 2014-02-14 12:29 Proteas 阅读(666) 评论(0) 推荐(0) 编辑
摘要: link:http://www.praetorian.com/blog/building-a-basic-fuzzer-with-gdb-the-five-minute-gdb-scripting-tutorialA few weeks ago, I built a basic fuzzer in GDB for an iPhone application I was testing and I ... 阅读全文
posted @ 2014-02-13 11:37 Proteas 阅读(335) 评论(0) 推荐(0) 编辑
摘要: FFmpeg Build Instructions MAC 10.8 or betterCopy ffmpeg-2.0.tar.bz2 (https://ffmpeg.org/releases/ffmpeg-1.0.7.tar.bz2,https://ffmpeg.org/download.html... 阅读全文
posted @ 2014-02-12 11:30 Proteas 阅读(448) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页