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

ipsw extract --dmg is missing "exc" option #565

Closed
2 tasks done
mduran80 opened this issue Sep 19, 2024 · 2 comments
Closed
2 tasks done

ipsw extract --dmg is missing "exc" option #565

mduran80 opened this issue Sep 19, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@mduran80
Copy link

What happened?

The extract.DMG method supports extracting the "exc" DMG, however the option is not supported in the CLI cmd:

if !utils.StrSliceHas([]string{"app", "sys", "fs"}, viper.GetString("extract.dmg")) {
         return fmt.Errorf("invalid DMG type '%s' (must be: app, sys or fs)", viper.GetString("extract.dmg"))
}

How can we reproduce this?

Run "ipsw extract --dmg exc ", output will be:

⨯ invalid DMG type 'exc' (must be: app, sys or fs)

ipsw version

Version: 3.1.544, BuildCommit: bcbcb14f89eecd90ed9322b8c7b62773e04b2cbb

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

No response

@blacktop
Copy link
Owner

thank you for letting me know!

@blacktop blacktop removed the triage label Sep 19, 2024
@blacktop
Copy link
Owner

pushed in latest release

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

No branches or pull requests

2 participants