Skip to content

Releases: 0xvpr/vpr-omega-zero

vpr-omega-zero_version-2-3

29 May 06:07
8f20ac4
Compare
Choose a tag to compare

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

13 Mar 05:00
982c9c9
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/0xvpr/vpr-omega-zero/commits/@V2.2

vpr-omega-zero_version-2-1

11 Mar 07:34
f655f55
Compare
Choose a tag to compare

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