MonkeyDev installation

Open source: github.com/AloneMonkey… The github installation is no longer available. Here is my summary of a set of installation tutorials. Git clone github.com/AloneMonkey… Git clone -b 3.x github.com/AloneMonkey…

Enter MonkeyDev bin directory, executing sudo. / md – install, complains: curl: (7) Failed to connect to port 443 raw.githubusercontent.com: Connection refused Failed to download raw.githubusercontent.com/AloneMonkey… to /opt/MonkeyDev/bin/dump.py

Copying files, then manually frida – ios – dump/dump. Py and frida – ios – dump/dump. Js, paste to opt/MonkeyDev/bin, and give permission to chmod + x/opt/MonkeyDev/bin/dump. Py.

· Open the MonkeyDev/bin/md-install executable, comment out the download code, and save (line 309)

# # download some basic files and template files downloadGithubTarball "https://codeload.github.com/AloneMonkey/MonkeyDev/tar.gz/$branch" "$MonkeyDevPath" "MonkeyDev base" #downloadGithubTarball "https://codeload.github.com/AloneMonkey/MonkeyDev-Xcode-Templates/tar.gz/$branch" "$MonkeyDevPath/templates" "Xcode Templates "# download frida-ios-dump #echo "Downloading frida-ios-dump from Github" #downloadFile "https://raw.githubusercontent.com/AloneMonkey/frida-ios-dump/3.x/dump.py" "$MonkeyDevPath/bin/dump.py" #downloadFile "https://raw.githubusercontent.com/AloneMonkey/frida-ios-dump/3.x/dump.js" "$MonkeyDevPath/bin/dump.js" #chmod +x "$MonkeyDevPath/bin/dump.py"Copy the code

· Run MonkeyDev/bin/md-install again, I am xcode12, error: File /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Specifications/MacOSX Package Types.xcspec not found

· Run sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSuppor tCore.ideplugin/Contents/Resources / Applications/Xcode. App/Contents/Developer/Platforms/MacOSX platform/Developer/Library/Xcode/Specifications, Then run sudo./md-install

, success!


Ld: file not found: /usr/lib/libstdc++. Dylib: libstdc++

Copy to/Applications/Xcode. The app/Contents/Developer/Platforms/iPhoneOS platform/Developer/SDKs/iPhoneOS12.0 SDK/usr/lib