Skip to content

Update Rust crate goblin to 0.10.0 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Type Update Change
goblin dependencies minor 0.9.3 -> 0.10.0

Release Notes

m4b/goblin (goblin)

v0.10.0

Compare Source

Breaking

build: use rust 2024 edition; bump MSRV to 1.85
pe: fix address size incompatibility on 32-bit builds, thanks @​kkent030315: https://github.com/m4b/goblin/pull/441
pe: fix fail on malformed certificate table parsing, thanks @​ideeockus: https://github.com/m4b/goblin/pull/417
pe: remove use of generics for is_32bit, thanks @​kkent030315: https://github.com/m4b/goblin/pull/435
pe: Support multiple debug directories and VCFeature, Repro, ExDllCharacteristics, POGO parsers, thanks @​kkent030315: https://github.com/m4b/goblin/pull/403

Added

elf: add Loongarch macros and name mapping, thanks @​000lbh: https://github.com/m4b/goblin/pull/446
pe: Add base relocation parser thanks @​kkent030315: https://github.com/m4b/goblin/pull/444

Fixed

pe.header: fix parse without rich header, thanks @​ideeockus: https://github.com/m4b/goblin/pull/451
pe.header: fix parse header with no dos stub, thanks @​ideeockus: https://github.com/m4b/goblin/pull/456
pe.imports: ignore malformed imports in ParseMode::Permissive, thanks @​ideeockus: https://github.com/m4b/goblin/pull/442
pe: Change Section Table Real Name Handling, thanks @​prettyroseslover: https://github.com/m4b/goblin/pull/438
pe.tls: tlsdata.parse_with_opts - integer overflow + out of bound, thanks @​BinFlip: https://github.com/m4b/goblin/pull/448
pe.debug: POGOInfo.parse_with_opts - integer overflow + out of bound, thanks @​BinFlip: https://github.com/m4b/goblin/pull/449
archive: fix subtract with overflow in archive parser, thanks @​kkent030315: https://github.com/m4b/goblin/pull/454
te: fix subtract with overflow in TE header parser, thanks @​kkent030315: https://github.com/m4b/goblin/pull/452
archive: fix size overflow in name index parser, thanks @​kkent030315: https://github.com/m4b/goblin/pull/455
coff: fix subtract with overflow in COFF header parser, thanks @​kkent030315: https://github.com/m4b/goblin/pull/453


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants