Skip to content

v0.6.6

Compare
Choose a tag to compare
@hasherezade hasherezade released this 13 Nov 00:04
· 270 commits to main since this release

📖 README.md

BUGFIX

  • Use NumberOfRvaAndSizes to specify the count of Data Directory entries ( Issue #31 )
  • Fixed parsing of GuardCFFunctionTable ( Issue #32 )
  • Fixed error in Checksum calculation ( Issue #30 )
  • Fixed PE-bear hanging on loading a PE with too many sections (Corkami: 65535sects.exe) ( Issue #24 )
  • Fixed PE-bear hanging on loading a PE with too many imports (Corkami: manyimportsW7) ( Issue #23 )

FEATURE

  • Added ImpHash
  • Added Rich Header hash
  • Added a localization option (currently supported languages: English, Chinese)

WARNING: The Windows build with vs10 suffix is built with Qt4 (legacy) - in contrast to the other builds that are with Qt5 (recommended). It is prepared for the purpose of backward compatibility with old versions of Windows (i.e. XP).