Skip to content

olefile v0.47

Latest
Compare
Choose a tag to compare
@decalage2 decalage2 released this 04 Dec 17:47
  • 2023-12-01 v0.47:
    • fixed issue #142: isOleFile has a new data parameter to handle files in memory properly
    • fixed issue #156: write_sect now correctly detects when data is larger than the sector size
    • use GitHub actions for testing and Codecov for coverage, added python 3.8 to 3.12 (PR #157 by @hugovk)
    • added VT_VECTOR support for properties (PR #135 by Maciej Kotowicz @mak)
    • olefile is now distributed as a wheel package (PR #130 by @hugovk)
    • olefile will not close a file handle if it was provided by the caller
      (PR #121 by Christian Herdtweck, issue #120)
    • added method get_userdefined_properties (PR #114 by Malwrologist @DissectMalware)
    • added exceptions OleFileError and NotOleFileError to replace IOError (PR #110 by Ken Peterson @TheElementalOfCreation)
    • removed support for Python 3.4 (PR #118 by @hugovk)