Quantcast
Channel: Essence Sharing | 干货分享 - iOSRE
Viewing all articles
Browse latest Browse all 301

AppleTrace dance with MonkeyDev

$
0
0

@everettjf wrote:

(关联文章: http://everettjf.com/2017/09/21/appletrace/ )

结果演示:

appletrace

环境:

arm64(仅在arm64环境下)

工具:

步骤:

  1. 首先使用MonkeyDev创建MonkeyApp
  2. 新建Podfile

    #source 'https://github.com/AloneMonkey/MonkeyDevSpecs.git'
    source 'https://github.com/everettjf/MonkeyDevSpecs.git'
    use_frameworks!
    target 'WeChatAppleTraceDylib' do
         pod 'AppleTrace','1.0.1'
    end
  3. 把第三方App的ipa放入 MonkeyDev指定的Target目录中。

  4. 运行
  5. 从沙盒 Library目录中复制出 appletracedata目录
  6. 按照 https://github.com/everettjf/AppleTrace README中的步骤可生成 trace.html

结果

https://github.com/everettjf/Yolo/raw/master/WeChatAppleTrace/Result/WeChatStartup.zip

解压上面的zip文件,打开trace.html,按快捷键 w a s d 可缩放移动,就像在玩 CS,是吧。

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 301

Trending Articles