CasualX / pelite

Lightweight, memory-safe, zero-allocation library for reading and navigating PE binaries.
MIT License
280 stars 42 forks source link

Fix parsing of version info #255

Closed CasualX closed 2 years ago

CasualX commented 2 years ago

Where the size of the version info is not aligned to a 32-bit boundary.

CasualX commented 2 years ago

Fixes #254