2017年02月07日
https://github.com/doorxp/ios-ssl-kill-switch
2017年02月06日
很多时候需要网络抓包分析,在iPhone上抓包稍有不同,下面介绍三种常用的方式。分析工具以wireshark为例。一、最简单的方式:用PC作为热点,在PC上抓包优点:简单缺点:不能抓真机2g/3g/4g网络数据步骤如下:1、PC接上有线2、PC用wifi方式共享网络,即PC作为一个热点。3、手机设置网络,选择PC那个热点4、在PC上打开wireshark,选择要监控的接口,指定wifi端口,开始捕捉。二、tcpdump命令优点:优点很多,可以做很高级的定制和选择,可以编程控制缺点:两个,一是手机
2017年02月06日
In case you are not aware, the serial
number provides some interesting information about your iPhone,
including the week it was manufactured and the factory id.Folks at OS X Daily
tell us that the serial number on the iPhone tells you the week
2017年02月04日
My iPhone 5 lock button is not working properly, so I wrote this application.Locking the iDeviceSince I want to lock the device, I need to be able to trigger the same functionality iOS does when the lock button is hit.
However, Apple does not play n
2017年02月04日
Step #1. Starting off, you need to take a backup of your iPhone using iTunes. The backup must be unencrypted.Step #2. Next, you have to download and install iBackupBot on your Mac/Windows.Step #3. Now, launch iBackupBot and select your backup.St
2017年02月04日
Mac SpringBoardService函数:SBAppWillOrderInContextForDisplay SBAppDidOrderOutContextForDisplay  
2017年02月04日
1) 打印出完整的视图层次结构po [[UIWindow keyWindow] recursiveDescription]2)检查视图控制器po [[[UIWindow keyWindow] rootViewController] _printHierarchy]
2017年02月04日
__COUNTER__ 无重复的计数器,从程序启动开始每次调用都会++,常用语宏中定义无重复的参数名称
__FILE__:当前文件的绝对路径,常见于log中
__LINE__:展开该宏时在文件中的行数,常见于log中
__func__:所在scope的函数名称,常见于log中;这个常用来打印调用方法的函数名
2017年02月04日
About — prefs:root=General&path=AboutAccessibility — prefs:root=General&path=ACCESSIBILITYAirplane Mode On — prefs:root=AIRPL
2017年02月04日
公开的api如果只是想获取已连接的wifi信息。apple已经有公开的api可以使用.首先需要#import <SystemConfiguration/CaptiveNetwork.h>+ (id)fetchSSIDInfo
{
NSArray *ifs = (id)CNCopySupportedInterfaces();
NSLog(@"%s: Supported interfaces: