A tool designed to extract and analyze the contents of dyld shared cache (DSC) files.
To compile the source code, run:
swiftc dsc_extractor.swiftExecute the utility with the following command:
./dsc_extractor <cache_path> <output_path>- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Bootstrapping development environment
make bootstrap
Please feel free to help out with this project! If you see something that could be made better or want a new feature, open up an issue or send a Pull Request!
Contact us via issues on GitHub.
Nikita Vasilev, nv3212@gmail.com
dsc_extractor is available under the MIT license. See the LICENSE file for more info.