Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@ayoubfaouzi ayoubfaouzi released this 12 Feb 09:02
· 11 commits to main since this release
8980c0f

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

  • dotnet: don't skip the GenericParamConstraint metadata table by @veramine in #85

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

Full Changelog: v1.4.0...v1.5.0