Releases: mentebinaria/readpe
Releases · mentebinaria/readpe
v0.84
v0.83
Whats Changed
- Fix 8 character long section names being cut off #196
- Various improvements for readpe (thank you again @pali ) #200
- Removed all exit() calls from libpe #202
- Fix printing section names that are 8 bytes long (regression fix; thank you @gerow ) #203
- Add Linux install info to readme (thank you @gemesa ) #204
- Remove _FORTIFY_SOURCE definitions (gemesa) #206
- Fix and improve tests (gemesa again) #208
Notes
I have been busy with other stuff lately so the 1.0 release has sadly not happened so far.
Furthermore this software does not work on big endian machines atm which will require some rewrites as well that I moved further back.
v0.82
What's Changed
- Changes by @fredericopissarra in #159
- repack: allocate 1 more byte for NULL character by @sgn in #161
- Avoid undefining _FORTIFY_SOURCE unnecessarily by @davidpolverari in #167
- Sort Makefile inputs to make build reproducible by @davidpolverari in #168
- Update URLs to HTTPS by @TotalCaesar659 in #172
- Fix spurious pescan references in peldd man page by @jwilk in #175
- Close memory leaks in #176
- Merge libpe into this repository in #180
- Fixing a possible UB inside of
asprintf
by @beloncode in #179 - Fix build on Debian GNU/Hurd & kFreeBSD by @davidpolverari in #183
- Fix readpe date output in #185 (Code by @pali)
- Add machine types in #187 (Code by @pali)
- Fix UTF-16LE strings not being detected properly in #188
Also thanks to everybody reporting issues.
Full Changelog: v0.81...v0.82