CasualX / pelite

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

fix(pe32+): to_view should account for section alignment #274

Open CertainLach opened 11 months ago

CertainLach commented 11 months ago

Was encountering source slice length (723968) does not match destination slice length (723712)

https://stackoverflow.com/a/38975673