blacktop

Results 341 comments of blacktop

dude... I thought we were cool... 😢 ```bash ipsw macho info MACHO --sig -V ``` ```bash ipsw macho info MACHO --dump-cert -V ``` https://blacktop.github.io/ipsw/docs/commands/macho/#macho-info---sig

It's cool, I make all these awesome features for my beloved community and don't do a good job advertising them, which is probably why I see people recreating features from...

Just to update you on this initial feature request, I'm hopefully going to take another, 🤞 final, attempt at making a "near perfect" dsc splitter, which requires a LOT of...

> Could you extend `ipsw macho info --sig` to work on a `.app` bundle directly? i.e. `ipsw macho info --sig -V TestApp.app` instead of `ipsw macho info --sig -V TestApp.app/TestApp`...

ah interesting, that does make sense, I checked a handful of apps and they all worked, but that is a much better solution.

Not saying I will or that it makes sense to, but if I re-wrote `ipsw` do you think Swift of Rust would be better?

Is there a comprehensive list of fields for those two plists anywhere? I figure there might be other interesting fields that I could start mining etc, for example: `CFBundleURLSchemes` 🤔

should be good now (wrt .apps) 🤞

So that looks like you pulled the im4p file directly out of the ipsw. You could have extracted with: ```bash $ ipsw extract -k IPSW.ipsw ``` However, what you could...

Just to confirm can you run: ```bash $ file kernelcache.release.ipad6f ```