美文网首页
Xcode15 逆向 iOS Hook MonKeyDev 安装

Xcode15 逆向 iOS Hook MonKeyDev 安装

作者: _相信自己_ | 来源:发表于2024-01-16 11:53 被阅读0次

    安装环境

    Intel Core i7
    macOS Version 14.0 (Build 23A344)
    Xcode 15.0.1 (22266) (Build 15A507)

    一、MonkeyDev安装

    1、按照官方文档进行安装
    官方安装说明文档地址:https://github.com/AloneMonkey/MonkeyDev/wiki

    2、安装过程中遇到的问题
    \color{red} { File /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/Resources/Embedded-Device.xcspec not found }
    \color{red}{File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found }
    这些在安装过程中找不到文件的错误都可以忽略,不影响后面的使用。

    二、安装MonKeyDev补丁

    补丁地址:https://github.com/ripeyd/MonKeyDevPatch
    下载仓库模板到 /opt/MonkeyDev/templates 全部替换。

    补丁解决下列问题

    • Signing for "xxxxx" requires a development team. Select a development team in the Signing & Capabilities editor.
    • Build input files cannot be found: '/usr/lib/libstdc++.dylib', '/usr/lib/libc++.dylib'. Did you forget to declare these files as outputs of any script phases or custom build rules which produce them?
    • Executable Path is a Directory
    • Unable to install "xxxxx"
    • Logos 没自动生成mm Hook代码
    • FishHook异常

    相关文章

      网友评论

          本文标题:Xcode15 逆向 iOS Hook MonKeyDev 安装

          本文链接:https://www.haomeiwen.com/subject/zlekodtx.html