anakryiko / btfdump

BTF introspection tool
BSD 2-Clause "Simplified" License
28 stars 7 forks source link

build(deps): update goblin requirement from 0.8.0 to 0.9.2 #21

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 5 days ago

Updates the requirements on goblin to permit the latest version.

Changelog

Sourced from goblin's changelog.

[0.9.2] - 2024-10-26

Fixed

pe: fix PE with zero raw_data_size of section, thanks @​ideeockus: m4b/goblin#396

Added

pe: allow parsing pe::Header without dos stubs, Header::parse_without_dos, thanks @​ideeockus: m4b/goblin#396

[0.9.1] - 2024-10-24

(hot) Fix

pe: fix parsing of tls in certain cases (issue: m4b/goblin#424), thanks @​kkent030315: m4b/goblin#425

[0.9.0] - 2024-10-20

Added, Breaking

pe: add TE (terse executable) support, big thanks @​Javagedes: m4b/goblin#397 pe: add support for codeview PDB 2.0, thanks @​joschock: m4b/goblin#409 pe: parse TLS in data directories, thanks @​kkent030315: m4b/goblin#404

[0.8.2] - 2024-04-29

Everything in 0.8.1 except TE support in m4b/goblin#397 was reverted, due to it being technically a breaking change. 0.8.1 was yanked from crates.

[0.8.1] - 2024-04-27 (YANKED)

Docs

pe: document pe header, thanks @​JohnScience: m4b/goblin#399 pe, elf: fix doc warnings, thanks @​5225225: m4b/goblin#395 pe: document dos header, thanks @​JohnScience: m4b/goblin#393

Added

pe: add TE (terse executable) support, big thanks @​Javagedes: m4b/goblin#397 elf: allow parsing section headers from raw bytes, thanks @​lissyx: m4b/goblin#391 mach: add support for lossy parsing, thanks @​h33p: m4b/goblin#386 elf: add convenience functions, thanks @​tiann : m4b/goblin#387

Fixed

pe: read reserved dos headers, thanks @​kkent030315: m4b/goblin#405

[0.8.0] - 2023-12-31 - Happy New Years!

Breaking

msrv: bumped to 1.63.0 since scroll bumped as well pe: new field added to parse options: m4b/goblin#377 pe: attribute certs now non-exhaustive: m4b/goblin#378 goblin: hint and object enum is now non-exhaustive pe: write support introduced some breaking changes, e.g., data directories array adds a tuple of usize and data directory, DosHeader has all the fields filled out, Header struct has a dos_stub field added, symbols and strings fields is made optional in Coff struct, see: m4b/goblin#361

Fixed

elf: fix documentation, thanks @​crzysdrs: m4b/goblin#374 pe: attribute certificates non-exhaustive, thanks @​RaitoBezarius: m4b/goblin#378 pe: fix authenticode parsing, thanks @​baloo: m4b/goblin#383

Added

strtab: len method added to return number of bytes of the strtab

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)