Releases: 0xvpr/vpr-omega-zero
Releases · 0xvpr/vpr-omega-zero
vpr-omega-zero_version-2-3
What's Changed
- PE32+ struct improved / x86_64 processing bug fixed.
Full Changelog: https://github.com/0xvpr/vpr-omega-zero/compare/@V2.2...@V2.3
vpr-omega-zero_version-2-2
What's Changed
- Fixed memory leak bug
- Replaced stdio calls with STL calls (fstream)
- Added implementation of the 64 bit PE32+ header
- Added nodiscard attributes to binary processing functions
- removed executable files; fixed memory leak bug by @0xvpr in #1
- Main <- Dev by @0xvpr in #4
- Main <- Feature by @0xvpr in #5
- Main <- Feature by @0xvpr in #6
Full Changelog: https://github.com/0xvpr/vpr-omega-zero/commits/@V2.2
vpr-omega-zero_version-2-1
What's Changed
- Added support for multiple files
- Added section-header name scraping to PE32 and PE32+ files.
- Fixed PE32 and PE32+ bugs where executable would not load due to unintended deletions.
Full Changelog: https://github.com/0xvpr/vpr-omega-zero/compare/@V2.0...@V3.0