Skip to content

Version 1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 18:50
4710e12

Features

  • Add aslr operation (52ff2d2, 6bd1abd).
  • Add to operation show new option dumpr to dump raw binary content of a section (5152f16).

See help (pei -h) to more details about the new features.

Project details

  • Operation patch has been optimized (223feeb).
  • Update project to use CMake as build tool (08e2e75).

Bugfixes

  • Improve compatibility with MinGW-w64 compiler (e521ed7).
  • Free sections on error at pe_parse() function to avoid memory leak (5714334).
  • Check on main() function if the section number option (-s) is valid to avoid segmentation fault (bb6990d).