Clutch
Fast iOS executable dumper
File Explorer
Download Latest Version (.zip)- ISSUE_TEMPLATE.md
- CMakeLists.txt
- crypt.h
- ioapi.c
- ioapi.h
- unzip.c
- unzip.h
- zip.c
- zip.h
- Application.h
- Application.m
- ARM64Dumper.h
- ARM64Dumper.m
- ARMDumper.h
- ARMDumper.m
- ASLRDisabler.h
- ASLRDisabler.m
- Binary.h
- Binary.m
- BinaryDumpProtocol.h
- BundleDumpOperation.h
- BundleDumpOperation.m
- Clutch-Prefix.pch
- Clutch.entitlements
- ClutchBundle.h
- ClutchBundle.m
- ClutchCommands.h
- ClutchCommands.m
- ClutchPrint.h
- ClutchPrint.m
- CMakeLists.txt
- Device.h
- Device.m
- Dumper.h
- Dumper.m
- Extension.h
- Extension.m
- FBApplicationInfo.h
- FinalizeDumpOperation.h
- FinalizeDumpOperation.m
- Framework.h
- Framework.m
- Framework64Dumper.h
- Framework64Dumper.m
- FrameworkDumper.h
- FrameworkDumper.m
- FrameworkLoader.h
- FrameworkLoader.m
- Info.plist
- Info.plist.in
- KJApplicationManager.h
- KJApplicationManager.m
- LSApplicationWorkspace.h
- mach_vm.h
- main.m
- move_and_sign.sh
- NSBundle+Clutch.h
- NSBundle+Clutch.m
- NSData+Reading.h
- NSData+Reading.m
- NSFileHandle+Private.h
- NSFileHandle+Private.m
- NSTask.h
- optool-defines.h
- optool-headers.h
- optool-headers.m
- optool-operations.h
- optool-operations.m
- optool.h
- scinfo.h
- scinfo.m
- SCInfoBuilder.h
- SCInfoBuilder.m
- sha1.c
- sha1.h
- Stub.storyboard
- ZipArchive.h
- ZipArchive.m
- ZipOperation.h
- ZipOperation.m
- Clutch.xcscheme
- project.pbxproj
- AddFramework.cmake
- DebugUtils.cmake
- iphoneos.toolchain.cmake
- .clang-format
- .gitignore
- .travis.yml
- CMakeLists.txt
- LSApplicationProxy.h
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/KJCracks/Clutch
Downloads the entire project code from GitHub to your computer.
cd Clutch
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/iphoneos.toolchain.cmake ..
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
