Releases: Silva97/pei
Releases · Silva97/pei
Version 1.2.0
Version 1.1.0
- Added
diff
operation that prints the differences between two executable. - Added
patch
operation that reads the output ofdiff
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
- 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
First version of the project.