Skip to content

Releases: Silva97/pei

Version 1.2.0

05 Sep 18:50
4710e12
Compare
Choose a tag to compare

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).

Version 1.1.0

25 Nov 04:21
183a42c
Compare
Choose a tag to compare
  • Added diff operation that prints the differences between two executable.
  • Added patch operation that reads the output of diff operation and replicates the same modifications to a given executable.

Fixes

  • Fixed segfault when field name of a section ends with dot. (example: section.1.)

Version 1.0.1

22 Nov 04:32
abdedf2
Compare
Choose a tag to compare
  • Fix compatibility with MinGW-w64 compiler. Now it's possible to compile the project on the Windows.
  • Minor improvements on the code.
  • Addition of automated tests and integration with Travis CI platform.

Version 1.0.0

19 Nov 02:31
1bf4000
Compare
Choose a tag to compare

First version of the project.