@@ -5,6 +5,28 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.
5
5
6
6
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
7
7
8
+ ## [ 0.10.0] - 2025-5-25
9
+ ### Breaking
10
+ pe: fix address size incompatibility on 32-bit builds, thanks @kkent030315 : https://github.com/m4b/goblin/pull/441
11
+ pe: fix fail on malformed certificate table parsing, thanks @ideeockus : https://github.com/m4b/goblin/pull/417
12
+ pe: remove use of generics for is_32bit, thanks @kkent030315 : https://github.com/m4b/goblin/pull/435
13
+ pe: Support multiple debug directories and VCFeature, Repro, ExDllCharacteristics, POGO parsers, thanks @kkent030315 : https://github.com/m4b/goblin/pull/403
14
+ ### Added
15
+ elf: add Loongarch macros and name mapping, thanks @000lbh : https://github.com/m4b/goblin/pull/446
16
+ pe: Add base relocation parser thanks @kkent030315 : https://github.com/m4b/goblin/pull/444
17
+ ### Fixed
18
+ pe.header: fix parse without rich header, thanks @ideeockus : https://github.com/m4b/goblin/pull/451
19
+ pe.header: fix parse header with no dos stub, thanks @ideeockus : https://github.com/m4b/goblin/pull/456
20
+ pe.imports: ignore malformed imports in ParseMode::Permissive, thanks @ideeockus : https://github.com/m4b/goblin/pull/442
21
+ pe: Change Section Table Real Name Handling, thanks @prettyroseslover : https://github.com/m4b/goblin/pull/438
22
+ pe.tls: ` tlsdata.parse_with_opts ` - integer overflow + out of bound, thanks @BinFlip : https://github.com/m4b/goblin/pull/448
23
+ pe.debug: ` POGOInfo.parse_with_opts ` - integer overflow + out of bound, thanks @BinFlip : https://github.com/m4b/goblin/pull/449
24
+ archive: fix subtract with overflow in archive parser, thanks @kkent030315 : https://github.com/m4b/goblin/pull/454
25
+ te: fix subtract with overflow in TE header parser, thanks @kkent030315 : https://github.com/m4b/goblin/pull/452
26
+ archive: fix size overflow in name index parser, thanks @kkent030315 : https://github.com/m4b/goblin/pull/455
27
+ coff: fix subtract with overflow in COFF header parser, thanks @kkent030315 : https://github.com/m4b/goblin/pull/453
28
+
29
+
8
30
## [ 0.9.3] - 2025-1-5
9
31
### Fixed
10
32
pe: fix import parser for non-well-formed import table, thanks @kkent030315 : https://github.com/m4b/goblin/pull/429
0 commit comments