Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-02-10 | 1.8 kB | |
v1.5.0 source code.tar.gz | 2024-02-10 | 18.5 MB | |
v1.5.0 source code.zip | 2024-02-10 | 18.5 MB | |
Totals: 3 Items | 37.0 MB | 1 |
Added
- feat: improve PR dumper to print CLR directory by @LordNoteworthy in https://github.com/saferwall/pe/pull/73
- feat: allow custom hash algo selection for authentihash calculation by @hansinator in https://github.com/saferwall/pe/pull/76
- feat: version resource parsing by @rabbitstack in https://github.com/saferwall/pe/pull/78
- feat: verify authenticode hash from signature by @secDre4mer in https://github.com/saferwall/pe/pull/84
- feat: parse a large number of .NET metadata headers by @veramine in https://github.com/saferwall/pe/pull/86
- feat: annotate structs missing json tags by @LordNoteworthy in https://github.com/saferwall/pe/pull/90
- feat(dumper): walk dir in async mode + print rsrc version info by @LordNoteworthy in https://github.com/saferwall/pe/pull/92
Changed
- dotnet: don't skip the
GenericParamConstraint
metadata table by @veramine in https://github.com/saferwall/pe/pull/85
Fixed
- fix: AuthentiHash() out of bound access check by @LordNoteworthy in https://github.com/saferwall/pe/pull/91
- fix: do not print to stdout unhandled metadata table by @LordNoteworthy in https://github.com/saferwall/pe/pull/89
- fix: correct broken reflection compare by @secDre4mer in https://github.com/saferwall/pe/pull/81
- fix offset issue when reading
StringFileInfo
by @dmjb in https://github.com/saferwall/pe/pull/79 - chore: increase unit test coverage to 80% by @LordNoteworthy in https://github.com/saferwall/pe/pull/74
New Contributors
- @hansinator made their first contribution in https://github.com/saferwall/pe/pull/76
- @dmjb made their first contribution in https://github.com/saferwall/pe/pull/79
- @veramine made their first contribution in https://github.com/saferwall/pe/pull/85
Full Changelog: https://github.com/saferwall/pe/compare/v1.4.0...v1.5.0