w
h
y
?
y
o
u
a
r
e
h
e
r
e
?
mac 多版本 python 查找 site-packages
mac 自带 2.7
但是很多都是 python3 开发的
在安装 python3
找不到 site-packages
直接在终端输入
12345678python3import sysprint(sys.path)['
...
安装最新的theos
1sudo git clone --recursive https://github.com/theos/theos.git /opt/theos
安装ldid
1brew install ldid
使用Xcode进行安装
1sudo xcode-select -s /Ap
...
打开微信
点到我的界面
点击设置
点击关于微信
点击隐私保护指引
往下翻
找到我们如何使用信息
点击个性化广告
往下翻
关闭个性化推荐广告
为什么要加载PDF图片
因为正常的话需要提供@1x,@2x,@3x
但是PDF图片就不存在这个问题
因为PDF图片是矢量图片
系统会自动调整大小
原本需要两三张图片现在只需要一张了
从下面这张图上面来看能节省不少的空间
这是从蓝湖上下载图片的大小对比
如图:
首先需要把素材全部转换成PDF的矢量
...
新建 xcconfig 文件夹
接着新建 3 个 xcconfig 文件
接着配置一下
Config.xcconfig
1GCC_PREPROCESSOR_DEFINITIONS = $(inherited) URL='$(URL)'
Debug.xcconfig
123
...
123NSDictionary *dictionnary = [[NSDictionary alloc] initWithObjectsAndKeys:@"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_0) AppleWebKit/537.36 (
...
编辑 scheme
新增 DYLD_PRINT_STATISTICS 设置为 YES
设置完成然后运行
12345678Total pre-main time: 503.02 milliseconds (100.0%) dylib loading time: 26.12 mil
...
下载 dumpdecrypted
https://github.com/stefanesser/dumpdecrypted
解压然后进入
生成 dumpdecrypted.dylib
1make
连接手机
1ssh root@192.168.1.5
输入密码
alpine
在手机上只打开需要砸壳
...
12sudo xcode-select --reset #reset to the default command line tools path
123self.tableView.estimatedRowHeight = 0;self.tableView.estimatedSectionHeaderHeight = 0;self.tableView.estimatedSectionFooterHeight = 0;