在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:KJCracks/Clutch开源软件地址:https://github.com/KJCracks/Clutch开源编程语言:Objective-C 51.0%开源软件介绍:ClutchClutch is a high-speed iOS decryption tool. Clutch supports the iPhone, iPod Touch, and iPad as well as all iOS version, architecture types, and most binaries. Clutch is meant only for educational purposes and security research. Clutch requires a jailbroken iOS device with version 8.0 or greater. Usage
Clutch may encounter BuildingRequirements
Disable SDK code signing requirementkillall Xcode
cp /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist ~/
sudo /usr/libexec/PlistBuddy -c "Set :DefaultProperties:CODE_SIGNING_REQUIRED NO" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist
sudo /usr/libexec/PlistBuddy -c "Set :DefaultProperties:AD_HOC_CODE_SIGNING_ALLOWED YES" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist Note that if you update Xcode you may need to run these commands again. CompilingXcodexcodebuild clean build CMakemkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/iphoneos.toolchain.cmake ..
make -j$(sysctl -n hw.logicalcpu) InstallationAfter building, a copy of the binary named scp ./build/Clutch root@<your.device.ip>:/usr/bin/Clutch If you are using iproxy, use this line (replace scp -P 2222 ./build/Clutch root@localhost:/usr/bin/Clutch When you SSH into your device, run If you are using the unc0ver jailbreak, you may need to run the following: inject /usr/bin/Clutch LicensesClutch uses the following libraries under their respective licenses.
ThanksClutch would not be what it is without these people:
ContributorsCopyright© Kim Jong-Cracks 1819-2017 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论