Releases: blacktop/ipsw
Releases · blacktop/ipsw
v3.1.518
Changelog
Bug fixes
- 7505024: fix: better macho/plist search path fixing (@blacktop)
- 5283f11: fix: better solution of the API /mount fix (@blacktop)
- 42adc86: fix: macho search for symlinked paths (@blacktop)
Documentation updates
- d363349: docs: add AEA docs about sinkhole/proxy (@blacktop)
- 639ce7e: docs: fix API docs (@blacktop)
- 24ac286: docs: fix API return type for
/aea/fcs-keys
(@blacktop)
Other work
Summary
Full Changelog: v3.1.517...v3.1.518
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.517
Changelog
New Features
Dependency updates
Documentation updates
Summary
Full Changelog: v3.1.516...v3.1.517
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.516
Changelog
Bug fixes
- 8afb534: fix:
ipswd
pem_db
path sanitization converts "" into "." (@blacktop) - 522ccbe: fix: add --delta flag validation to
ipsw dl ota
cmd #514 (@blacktop)
Summary
Full Changelog: v3.1.515...v3.1.516
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.515
Changelog
New Features
- 1c91ff0: feat: add ability to diff symbol names and cstrings in
ipsw diff
cmd (@blacktop) - af38678: feat: support MH_FILESET machos in
ipsw macho dump --entry ENTRY --section SECTION
cmd (@blacktop)
Bug fixes
Dependency updates
Documentation updates
- c83dfba: docs: add docs explaining how the 🆕 symbol server works (@blacktop)
- cc2035f: docs: fix AEA guild imgs (@blacktop)
- 9436c46: docs: minor format tweaks to AEA guide (@blacktop)
- 596a8c5: docs: more minor AEA guide tweaks (@blacktop)
- 3009e78: docs: recrawl docs search when making NEW docs (@blacktop)
- ae2a4dd: docs: small tweak (@blacktop)
Other work
Summary
Full Changelog: v3.1.514...v3.1.515
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.514
Changelog
New Features
- b71f77f: feat: add support for
--pem-db
everywhere it's needed to allow for external AEA pem key JSON databases to be used (@blacktop)
Documentation updates
- 5bba50b: docs: add AEA docs to guides (@blacktop)
- 872052e: docs: update API docs for NEW
pem_db
field (@blacktop)
Summary
Full Changelog: v3.1.513...v3.1.514
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.513
Changelog
New Features
Other work
Summary
Full Changelog: v3.1.512...v3.1.513
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.512
Changelog
New Features
Other work
- 5cce056: chore: add ability for the
ipsw symbolicate
symbol server to tell you it doesn't have the required IPSW scanned yet (@blacktop) - d7597f2: chore: change
--database
flag to--server
inipsw symbolicate
cmd (@blacktop)
Summary
Full Changelog: v3.1.511...v3.1.512
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.511
Changelog
Bug fixes
Dependency updates
- f0c7ba4: chore(deps): bump github.com/antchfx/xmlquery from 1.2.4 to 1.3.1 (#513) (@dependabot[bot])
- 40c223c: chore(deps): bump github.com/dvsekhvalnov/jose2go from 1.5.0 to 1.6.0 (#512) (@dependabot[bot])
Summary
Full Changelog: v3.1.510...v3.1.511
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.510
Changelog
New Features
Bug fixes
Dependency updates
- b9aada8: chore(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 (#510) (@dependabot[bot])
- 1179aa9: chore(deps): bump sys (@blacktop)
- 4496077: chore(deps): deps amiright (@blacktop)
- d3e07d9: chore(deps): go back to previous way with dev-deps (@blacktop)
Other work
- fcf09bc: chore: add Symbol stringer (@blacktop)
- 0188299: chore: add support for non-MH_FILESET kernels to syms.Scan (@blacktop)
- 800099e: chore: working on adding kernel symbolication support in
ipsw symbolicate
cmd for panic 210s (@blacktop)
Summary
Full Changelog: v3.1.509...v3.1.510
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.509
Changelog
New Features
- 69173b3: feat: add NEW
/syms/scan
route toipswd
API to gen symbol server from IPSW (@blacktop) - 6d206f6: feat: add ability to filter to process via
--proc
flag inipsw symbolicate
cmd 🥝 (@blacktop) - 9f56962: feat: add ability to query symbols via
ipswd
API routes/api/syms/:uuid
and/api/syms/:uuid/:addr
(@blacktop) - 3ccf35a: feat: validate IPSW arg in
ipsw symbolicate
cmd 🥝 (@blacktop)
Bug fixes
- 8229d8e: fix: many fixes to symbolication and the symbol server (@blacktop)
- 9dcf363: fix: postgres Database (@blacktop)
- dfe5565: fix: symbol server database code (@blacktop)
Dependency updates
- aae88ad: chore(deps): add dev-deps to go.mod 🥃 (@blacktop)
- 86da7b6: chore(deps): bump actions/setup-go from 4 to 5 (#506) (@dependabot[bot])
- 5a69908: chore(deps): bump deps (@blacktop)
- b1ba039: chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#508) (@dependabot[bot])
- 1cb0136: chore(deps): bump github.com/docker/docker (#505) (@dependabot[bot])
- 7b378b2: chore(deps): bump github.com/hashicorp/go-retryablehttp (#507) (@dependabot[bot])
Documentation updates
- 5a9da7d: docs: fix API docs (@blacktop)
- e4633fb: docs: minor API doc fix (@blacktop)
- 4e1d854: docs: smol fix (@blacktop)
- 1dda3da: docs: update docs (@blacktop)
Other work
- 9ce1d11: chore: add initial database support to
ipswd
(@blacktop) - ab969c5: chore: add updates (#501) (@blacktop)
- b6f8b48: chore: rm DB() from Database interface (@blacktop)
- 1032106: chore: working on fw cmds (@blacktop)
Summary
Full Changelog: v3.1.508...v3.1.509
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon