Skip to content

Releases: erocarrera/pefile

v2023.2.7

07 Feb 12:32
Compare
Choose a tag to compare

What's Changed

Finally @pombredanne's great suite of tests (forked from https://github.com/pombredanne/pefile-tests) now runs for regression tests and coverage as a GitHub Action. "Making a coverage badge" was helpful in setting up tests and coverage reporting.

New Contributors

Full Changelog: v2022.5.30...v2023.2.7

pefile 2022.5.30

30 May 14:17
Compare
Choose a tag to compare
  • Merged pull request #344 from elicn/faster-reloc: Speed up relocation process
  • Merged pull request #175 from tdube/patch-1: Fix catch-all exception clause in parse_resources_directory
  • Turn data into a bytearray to avoid copying data around (from elicn)
  • Merged pull request #343 from mat-gas/master: various performances improvements (30-50% in certain workflows, 15-25% in average)
  • Merged pull request #340 from dinateper/feature/PEfile_context_manager: Update PE to allow with statements
  • Removed legacy Python 2 code
  • Miscellaneous other fixes.

pefile 2021.9.3

03 Sep 14:25
Compare
Choose a tag to compare

Fixed issue #334 coming from the new functionality in #327 and also merged PR #333 adding the method get_rich_header_hash

pefile 2021.9.2

02 Sep 17:53
Compare
Choose a tag to compare
  • Merged the great PR #327 and #292
  • Fixed #332 #291
  • Run black to format the code and addressed a handful of the many issues flagged by pylint
  • Dropped old Python 2 code and compatibility tweaks.

pefile 2021.5.24

24 May 13:53
Compare
Choose a tag to compare

This release incorporates the issues fixed since the last release.

pefile 2021.5.13

13 May 18:36
Compare
Choose a tag to compare

This release incorporates the merged PRs and issues fixed since the last release.
I am also stopping to support Python 2.7.

pefile 2019.4.18

18 Apr 16:22
Compare
Choose a tag to compare

This release incorporates the merged PRs and issues fixed since the last release. These should speed up parsing of files with many ordinals or exports.

pefile 2019.4.14

14 Apr 17:50
Compare
Choose a tag to compare

This release incorporates the merged PRs and issues fixed since the last release.

pefile 2018.8.8

08 Aug 08:09
Compare
Choose a tag to compare

This release incorporates the merged PRs and issues fixed since the last release.

pefile 2017.11.5

05 Nov 19:46
Compare
Choose a tag to compare

Merged PR #212 and fixed a few miscellaneous crashed parsing malformed files.