Skip to content

v1.3.0

Compare
Choose a tag to compare
@LordNoteworthy LordNoteworthy released this 04 Aug 17:32
· 47 commits to main since this release
ad766b6

[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

New Contributors

Full Changelog: v1.2.0...v1.3.0