new
- The iOS keychain dumper will now add a key called `dataHex` when dumping entries with the `--json` flag. This key is a hex string of the raw data from the keychain.
- The iOS keychain dumper has a new `--smart` flag to trigger automatic decoding of data fields. Without this flag (the default), entries are UTF8 encoded.
fixes
- Improve the iOS keychain dumper's reliability.
other
- Bump agent dependencies
[Code Changes Since v1.6.4](https://github.com/sensepost/objection/compare/1.6.4%E2%80%A61.6.5)