You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,18 @@ Before 1.0, this project does not adhere to [Semantic Versioning](http://semver.
5
5
6
6
Goblin is now 0.10, 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.1]
8
+
## [0.10.2] - 2025-10-5
9
+
## Added
10
+
pe: make `LoadConfigData::directory` public, thanks @kkent030315: https://github.com/m4b/goblin/pull/488
11
+
12
+
## Fixed
13
+
pe: remove alignment in rva helper function, huge amount of great details in the linked PR, thanks @makubacki: https://github.com/m4b/goblin/pull/491
14
+
elf, pe: Add/Extend ELF/PE permissive parsing mode to better handle packed, broken, or malware samples, thanks @chf0x: https://github.com/m4b/goblin/pull/479
0 commit comments