Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extract dylib from dylib cache fail #546

Closed
2 tasks done
lilili87222 opened this issue Sep 4, 2024 · 1 comment
Closed
2 tasks done

extract dylib from dylib cache fail #546

lilili87222 opened this issue Sep 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working triage

Comments

@lilili87222
Copy link

What happened?

ipsw dyld extract ".\private\preboot\Cryptexes\OS\System\Library\Caches\com.apple.dyld\dyld_shared_cache_arm64e" --all -o out
57s [=====================================================================>--------| 3040/3408 ]
Usage:
ipsw dyld extract [flags]

Aliases:
extract, e

Flags:
-a, --all Split ALL dylibs
-c, --cache string Path to .a2s addr to sym cache file (speeds up analysis)
--force Overwrite existing extracted dylib(s)
-h, --help help for extract
--objc Add ObjC metadata to extracted dylib(s) symtab
-o, --output string Directory to extract the dylib(s)
--slide Apply slide info to extracted dylib(s)
--stubs Add stub islands to extracted dylib(s) symtab

Global Flags:
--color colorize output
--config string config file (default is $HOME/.config/ipsw/config.yaml)
--no-color disable colorize output
-V, --verbose verbose output

⨯ failed to extract dylib /System/Library/PrivateFrameworks/CoreALD.framework/CoreALD: failed to optimize load commands: failed to remap offset in LC_ENCRYPTION_INFO_64: failed to remap offset 0x4000

How can we reproduce this?

just call dylib extract to extract arm64e file from ios device.

ipsw version

ipsw latest version

Search

  • I did search for other open and closed issues before opening this

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

windows 10

@lilili87222 lilili87222 added bug Something isn't working triage labels Sep 4, 2024
@lilili87222
Copy link
Author

this is the same issue as #467

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants