Portable executable (PE) manipulation toolkit
It’s been years since NEOx released latest public version of PE Tools in 2006, so you may have decided that PET is already dead, but it came back from the dead for a while in 2018!
Primarily, new release is about bug fixes. There are lot of things fixed including memory leaks and program logic. Be warned, sometimes new bugs are replacing old ones, but we had worked hard to bring you bug-free release without introducing new bugs (we really hope so).
Some nice new features are added to make your experience more visible and comfortable:
IMAGE_LOAD_CONFIG_DIRECTORY
) support with new additional values and sizes (non-standard sizes);OperatingSystemVersion
and SubsystemVersion
are automatically updated to conform maximum number of sections for specific OS when increasing number of sections;High-DPI display modes supported including 192 DPI:
Outdated and unnecessary features removed:
Full list of changes:
Many other small things are fixed or added (not all are listed), so it’s a good way to study new features by downloading new release.
Project site on Github:
PE Tools project news:
–
2018.03.30