doorxp

Blog

Bypass SSL certificate validation - including certificate pinning - within iOS Apps

https://github.com/doorxp/ios-ssl-kill-switch

三种经典iPhone上网络抓包方法详解

很多时候需要网络抓包分析,在iPhone上抓包稍有不同,下面介绍三种常用的方式。分析工具以wireshark为例。一、最简单的方式:用PC作为热点,在PC上抓包优点:简单缺点:不能抓真机2g/3g/4g网络数据步骤如下:1、PC接上有线2、PC用wifi方式共享网络,即PC作为一个热点。3、手机设置网络,选择PC那个热点4、在PC上打开wireshark,选择要监控的接口,指定wifi端口,开始捕捉。二、tcpdump命令优点:优点很多,可以做很高级的定制和选择,可以编程控制缺点:两个,一是手机

How to Decode iPhone Serial Number --- old

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

LockMeNow!

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

How to Enable “Slide to Unlock” Feature in iOS 10 on iPhone/iPad

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

mac/ios SpringBoard及BackgroundBoard函数

Mac SpringBoardService函数:SBAppWillOrderInContextForDisplay                           SBAppDidOrderOutContextForDisplay                  

XCode lldb 调试 po命令

1) 打印出完整的视图层次结构po [[UIWindow keyWindow] recursiveDescription]2)检查视图控制器po [[[UIWindow keyWindow] rootViewController] _printHierarchy]

常用宏

__COUNTER__ 无重复的计数器,从程序启动开始每次调用都会++,常用语宏中定义无重复的参数名称 __FILE__:当前文件的绝对路径,常见于log中 __LINE__:展开该宏时在文件中的行数,常见于log中 __func__:所在scope的函数名称,常见于log中;这个常用来打印调用方法的函数名

iOS应用跳转到设置界面URL Scheme参考

About                  — prefs:root=General&path=AboutAccessibility          — prefs:root=General&path=ACCESSIBILITYAirplane Mode On       — prefs:root=AIRPL

iOS私有API之wifi扫描和wifi连接

公开的api如果只是想获取已连接的wifi信息。apple已经有公开的api可以使用.首先需要#import <SystemConfiguration/CaptiveNetwork.h>+ (id)fetchSSIDInfo { NSArray *ifs = (id)CNCopySupportedInterfaces(); NSLog(@"%s: Supported interfaces: 
«   2024年11月   »
123
45678910
11121314151617
18192021222324
252627282930
控制面板
您好,欢迎到访网站!
  查看权限
网站分类
搜索
最新留言

    Powered By Z-BlogPHP 1.5.1 Zero

    Copyright doorxp.com Rights Reserved.