1
1
dyld_cache_extract
2
2
==================
3
3
4
- [ ![ Build Status] ( https://img.shields.io/travis/macmade/dyld_cache_extract.svg?branch=master&style=flat )] ( https://travis-ci.org/macmade/dyld_cache_extract )
5
- [ ![ Issues] ( http://img.shields.io/github/issues/macmade/dyld_cache_extract.svg?style=flat )] ( https://github.com/macmade/dyld_cache_extract/issues )
6
- ![ Status] ( https://img.shields.io/badge/status-active-brightgreen.svg?style=flat )
7
- ![ License] ( https://img.shields.io/badge/license-mit-brightgreen.svg?style=flat )
8
- [ ![ Contact
] ( https://img.shields.io/badge/[email protected] ?style=flat )] ( https://twitter.com/macmade )
9
- [ ![ Donate-Patreon] ( https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat )] ( https://patreon.com/macmade )
10
- [ ![ Donate-Gratipay] ( https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat )] ( https://www.gratipay.com/macmade )
11
- [ ![ Donate-Paypal] ( https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat )] ( https://paypal.me/xslabs )
12
-
13
- About
14
- -----
4
+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/macmade/dyld_cache_extract/ci-mac.yaml?label=macOS&logo=apple )] ( https://github.com/macmade/dyld_cache_extract/actions/workflows/ci-mac.yaml )
5
+ [ ![ Issues] ( http://img.shields.io/github/issues/macmade/dyld_cache_extract.svg?logo=github )] ( https://github.com/macmade/dyld_cache_extract/issues )
6
+ ![ Status] ( https://img.shields.io/badge/status-obsolete-red.svg?logo=git )
7
+ ![ License] ( https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative )
8
+ [ ![ Contact
] ( https://img.shields.io/badge/[email protected] ?logo=twitter&style=social )] ( https://twitter.com/macmade )
9
+ [ ![ Sponsor] ( https://img.shields.io/badge/sponsor-macmade-pink.svg?logo=github-sponsors&style=social )] ( https://github.com/sponsors/macmade )
10
+
11
+ ### Notice
12
+
13
+ This project is now obsolete.
14
+ Please take a look at the [ dyld-cache-dump] ( https://github.com/macmade/dyld-cache-dump ) peoject.
15
+
16
+ ### About
15
17
16
18
A macOS utility to extract dynamic libraries from the ` dyld_shared_cache ` of macOS and iOS.
17
19
@@ -20,8 +22,7 @@ The project is available as a **macOS application (with GUI)** and as a **comman
20
22
![ Main Window] ( Resources/MainWindow.png " Main Window ")
21
23
![ File Window] ( Resources/FileWindow.png " File Window ")
22
24
23
- Command line usage
24
- ------------------
25
+ ### Command line usage
25
26
26
27
dyld_cache_extract - Extractor utility for DYLD shared cache
27
28
@@ -32,23 +33,18 @@ Command line usage
32
33
--extract-all [PATH] [OUT_DIR] Extracts all libraries from a dyld_shared_cache file.
33
34
--extract [LIB] [PATH] [OUT_DIR] Extracts a specific library from a dyld_shared_cache file.
34
35
35
- DYLD Cache Format
36
- -----------------
37
-
38
- ...
39
-
40
36
License
41
37
-------
42
38
43
- ` dyld_cache_extract ` is released under the terms of the MIT License.
39
+ Project is released under the terms of the MIT License.
44
40
45
41
Repository Infos
46
42
----------------
47
43
48
- Owner: Jean-David Gadina - XS-Labs
49
- Web: www.xs-labs.com
50
- Blog: www.noxeos.com
51
- Twitter: @macmade
52
- GitHub: github.com/macmade
53
- LinkedIn: ch.linkedin.com/in/macmade/
54
- StackOverflow: stackoverflow.com/users/182676/macmade
44
+ Owner: Jean-David Gadina - XS-Labs
45
+ Web: www.xs-labs.com
46
+ Blog: www.noxeos.com
47
+ Twitter: @macmade
48
+ GitHub: github.com/macmade
49
+ LinkedIn: ch.linkedin.com/in/macmade/
50
+ StackOverflow: stackoverflow.com/users/182676/macmade
0 commit comments