Ipsw

Latest version: v0.1.3

Safety actively analyzes 634654 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 76 of 102

3.1.54

Changelog
Other work
* fdbb1979df86b9b0389669b52deb5610dbb36fae: chore: update copyright dates (blacktop)
* 836b1eb573611480d1588eab3e7fd1b348584a23: doc: add manpages (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.53...v3.1.54
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__)
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)

3.1.53

Changelog
Bug fixes
* 0ea50bbdcc1843406a1b58a88589c1a984f278a3: fix: only use arches/prompt user if extracting shared_cache from macOS IPSW (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.52...v3.1.53
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__)
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)

3.1.52

Changelog
New Features
* 294e9f67511e02e9a103d0d9eced6b3dca614545: feat: add ability to pull all shared_cache arches via dyld `extract` cmds (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.51...v3.1.52
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__)
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)

3.1.51

Changelog
Bug fixes
* a098a76ea892ea70d3feb7bb54d6860e38840818: fix: CI/CD version/builddate 70 (blacktop)
Other work
* 6468ee656e3ef62f53953aab89674291a88c036b: chore: update go-macho (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.50...v3.1.51
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__)
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)

3.1.50

Changelog
Other work
* 24b9a2c33d202b1aa78217f660cd685ad54d0e7c: chore: update deps (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.49...v3.1.50
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__)
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)

3.1.49

Changelog
New Features
* 136efef34c3d88b1b5467d2403316871a0041515: feat: add regex support for JSON matching in `dyld symaddr` cmd (blacktop)

bash
❯ jq . sym_lookup.json
[
{
"regex": ".*zero.*",
"image": "libsystem_c.dylib"
}
]

bash
❯ ipsw dyld symaddr dyld_shared_cache_arm64e --in sym_lookup.json | jq .
[
{
"name": "__utmpx_working_copy.idzero",
"image": "/usr/lib/system/libsystem_c.dylib",
"type": "__DATA.__bss",
"address": 7903949176
},
<SNIP>
{
"name": "_zeroes",
"image": "/usr/lib/system/libsystem_c.dylib",
"type": "__DATA.__data",
"address": 7903945364
},
{
"name": "__platform_bzero",
"image": "libsystem_c.dylib",
"type": "ext|undef"
},
{
"name": "_bzero",
"image": "libsystem_c.dylib",
"type": "__platform_bzero re-exported from libsystem_platform.dylib",
"address": 8345742624
}
]

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.48...v3.1.49
What to do next?
- Follow us on [Twitter](https://twitter.com/blacktop__)
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)

Page 76 of 102

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.