diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c06d490..6be8e24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver. Goblin is now 0.9, which means we will try our best to ease breaking changes. Tracking issue is here: https://github.com/m4b/goblin/issues/97 +## [0.9.3] - 2025-1-5 +### Fixed +pe: fix import parser for non-well-formed import table, thanks @kkent030315: https://github.com/m4b/goblin/pull/429 +pe: fix empty import table parsing, thanks @kkent030315: https://github.com/m4b/goblin/pull/430 +### Added +pe: Add tests for TLS parser and characteristics constants, thanks @kkent030315: https://github.com/m4b/goblin/pull/426 +elf: added new constants for 32-bit PowerPC, thanks @ivlzme https://github.com/m4b/goblin/pull/439 + ## [0.9.2] - 2024-10-26 ### Fixed pe: fix PE with zero `raw_data_size` of section, thanks @ideeockus: https://github.com/m4b/goblin/pull/396 diff --git a/README.md b/README.md index be3f0834..7e9c9326 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ In lexicographic order: - [@h33p] - [@ibabushkin] - [@ideeockus] +- [@ivlzme] - [@jackcmay] - [@jan-auer] - [@Javagedes] @@ -211,6 +212,7 @@ In lexicographic order: [@h33p]: https://github.com/h33p [@ibabushkin]: https://github.com/ibabushkin [@ideeockus]: https://github.com/ideeockus +[@ivlzme]: https://github.com/ivlzme [@jackcmay]: https://github.com/jackcmay [@jan-auer]: https://github.com/jan-auer [@Javagedes]: https://github.com/Javagedes