Added
- feat: improve PR dumper to print CLR directory by @LordNoteworthy in #73
- feat: allow custom hash algo selection for authentihash calculation by @hansinator in #76
- feat: version resource parsing by @rabbitstack in #78
- feat: verify authenticode hash from signature by @secDre4mer in #84
- feat: parse a large number of .NET metadata headers by @veramine in #86
- feat: annotate structs missing json tags by @LordNoteworthy in #90
- feat(dumper): walk dir in async mode + print rsrc version info by @LordNoteworthy in #92
Changed
Fixed
- fix: AuthentiHash() out of bound access check by @LordNoteworthy in #91
- fix: do not print to stdout unhandled metadata table by @LordNoteworthy in #89
- fix: correct broken reflection compare by @secDre4mer in #81
- fix offset issue when reading
StringFileInfo
by @dmjb in #79 - chore: increase unit test coverage to 80% by @LordNoteworthy in #74
New Contributors
- @hansinator made their first contribution in #76
- @dmjb made their first contribution in #79
- @veramine made their first contribution in #85
Full Changelog: v1.4.0...v1.5.0