File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,20 @@ Goblin is now 0.10, which means we will try our best to ease breaking changes. T
77
88## [ 0.10.1] - Unreleased
99## Added
10+ pe: Add parser for ` C_SCOPE_TABLE ` , thanks @kkent030315 : https://github.com/m4b/goblin/pull/477
11+ pe: Add resource parser, thanks @kkent030315 : https://github.com/m4b/goblin/pull/431
12+ pe: Add ` parse_tls_data ` option, thanks @ideeockus : https://github.com/m4b/goblin/pull/457
1013pe: Add load config parser, thanks @kkent030315 : https://github.com/m4b/goblin/pull/464
1114elf: added ` type_to_str ` support for coredump constants, thanks @gunbux : https://github.com/m4b/goblin/pull/475
15+ elf: added PowerPC64 relocations, thanks @Gelbpunkt : https://github.com/m4b/goblin/pull/484
1216## Fixed
17+ pe: fix load config parser out of bounds, thanks @kkent030315 and Robel Campbell: https://github.com/m4b/goblin/pull/483
18+ pe: remove unwind info alignment assertion, thanks @kkent030315 : https://github.com/m4b/goblin/pull/480
19+ pe: fix base relocation parser panic, thanks @kkent030315 : https://github.com/m4b/goblin/pull/465
1320pe: Fix some offsets computation when using scroll, thanks @DreydenGys : https://github.com/m4b/goblin/pull/471
1421pe: cannot read cb size, thanks chf0x: https://github.com/m4b/goblin/pull/472
1522pe: fix tls raw data parser, thanks @jorgeaduran and @kkent030315 : https://github.com/m4b/goblin/pull/473
23+ build: fix no-std build errors, thanks @hannahfluch : https://github.com/m4b/goblin/pull/478
1624
1725## [ 0.10.0] - 2025-5-25
1826### Breaking
Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ In lexicographic order:
141141- [ @ExPixel ]
142142- [ @flanfly ]
143143- [ @glandium ]
144+ - [ @Gelbpunkt ]
144145- [ @gunbux ]
146+ - [ @hannahfluch ]
145147- [ @h33p ]
146148- [ @ibabushkin ]
147149- [ @ideeockus ]
@@ -209,6 +211,7 @@ In lexicographic order:
209211- [ @woodruffw ]
210212- [ @wyxloading ]
211213- [ @xcoldhandsx ]
214+ - [ @x0rb3l ]
212215- [ @x64k ]
213216
214217<!-- Contributors -->
@@ -233,7 +236,9 @@ In lexicographic order:
233236[ @ExPixel ] : https://github.com/ExPixel
234237[ @flanfly ] : https://github.com/flanfly
235238[ @glandium ] : https://github.com/glandium
239+ [ @Gelbpunkt ] : https://github.com/Gelbpunkt
236240[ @gunbux ] : https://github.com/gunbux]
241+ [ @hannahfluch ] : https://github.com/hannahfluch
237242[ @h33p ] : https://github.com/h33p
238243[ @ibabushkin ] : https://github.com/ibabushkin
239244[ @ideeockus ] : https://github.com/ideeockus
@@ -303,6 +308,7 @@ In lexicographic order:
303308[ @woodruffw ] : https://github.com/woodruffw
304309[ @wyxloading ] : https://github.com/wyxloading
305310[ @xcoldhandsx ] : https://github.com/xcoldhandsx
311+ [ @x0rb3l ] : https://github.com/x0rb3l
306312[ @x64k ] : https://github.com/x64k
307313
308314## Contributing
You can’t perform that action at this time.
0 commit comments