phoenix3200/decache
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Decache
-----
Decache extracts working and completely valid files from an iOS dyld shared cache.*
* Used to...it currently is built for 9.0 armv7s
Compilation:
Link your theos directory to ./theos
Edit the makefile to determine native (OS X) vs iphone (iOS)
Usage examples:
To list all files in the cache
decache -c <cache>
To dump the entire cache
decache -c <cache> -o <output dir>
To dump just one file
decache -c <cache> -x <file to extract>
decache -c <cache> -x <file to extract> -o <output path + filename>
Notes:
Wildcards are not supported. However, decache does partial string matching (e.g. '-x UIKit')
Do not use scp/rsync to download your cache from your device. Use afc. Or figure out how to use F_GLOBAL_NOCACHE.
I do not add code signatures.
About
Extract *usable* file from the iOS dyld shared cache
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published