v1.3.0
[1.3.0] - 2022-08-04
Added
- Authenticode signature validation in Windows #43.
- File information structure that helps to identify what parts of the PE file we have, such as
HasImports()
#42.. - Calculate Rich header hash thanks to wanglei-coder #38.
- PE Overlay thanks to wanglei-coder #37.
- Unit tests for DOS header parsing.
- Unit tests for CLR directory #34.
- Unit tests for Rich header #33.
Changed
- Do not return an error when parsing a data directory fails #45.
- Remove pointers from fields in the main
File
structure #44.
Fixed
- Fix getting section data repeatedly thanks to wanglei-coder #41.
- Fix
adjustSectionAlignment()
thanks to wanglei-coder #40. - Fix authentihash calculation thanks to wanglei-coder #38.
- Memory leak in
Close()
function that missed a call tounmap()
thanks to Mamba24L8.
New Contributors
- @wanglei-coder made their first contribution in #37
Full Changelog: v1.2.0...v1.3.0