随笔分类 -  iOS.逆向工程

Reveal - UI 分析工具
摘要:一、安装和简介 a) download url b) Reveal 使用的方法有两种: Static Library Intefration, DynamicLibrary Intefration。(我们使用 DynamicLibrary Intefration)二、DynamicLibrary... 阅读全文

posted @ 2014-07-15 10:54 EileenLeung 阅读(580) 评论(0) 推荐(0)

Theos 工程
摘要:一、tweak 工程 1、创建步骤 a) terminal cd 到想要存放项目的目录下 b) 按图步骤完成即可 二、工程文件描述 1、control 记录 deb 包管理系统所需的基本信息。 2、appInfo.plist描述 tweak 的作用范围,以下可混合使用 ... 阅读全文

posted @ 2014-07-14 15:28 EileenLeung 阅读(885) 评论(0) 推荐(1)

Theos
摘要:一、安装 1、配置环境变量 (每次 terminal 重新启动需要配置)$ export THEOS=/opt/theos 2、下载 Theos$ sudo git clone git://github.com/DHowett/theos.git $THEOS 二、依赖的其他工具或框架 1、... 阅读全文

posted @ 2014-07-11 20:02 EileenLeung 阅读(667) 评论(0) 推荐(0)

class-dump + DumpFrameworks.pl
摘要:目的:实现生成 private framework 的 .h,以便倒入项目使用私有 api。一、class-dump 下载地址:http://stevenygard.com/download/ 安装步骤: a) 下载了 dmg 打开并把 class-dump copy 到/usr/bin/... 阅读全文

posted @ 2014-07-07 06:36 EileenLeung 阅读(1637) 评论(2) 推荐(0)