WARNING: Old project files and saved registry settings are incompatible with this build. WARNING: Non-english languages need updating and may not currently show new options added to the Options dialog or other graphical interface changes.
Changes since v2.82 final - Change.Core: For support of randomized image basing, changed behavior of /Sf:Auto (the default) so that fixups/relocations are always preserved, whether DLL or EXE. If you do not use randomized image basing and want relocations gone from your EXE (for smaller output), you must now use /Sf:No or /StripFixups:No. Applications like FreeCell.exe in Vista now compress and run without needing to change the configuration. - Addition.Plugins: Added a new encryption codec plugin (pec2codec_cipher1.dll). Custom and alternate encryption codecs can be purchased from Bitsum Technologies. - Change.Installer: Updated to NSIS 2.37.
- Change.Core: Added support for ASLR (randomized image basing) executables in PECompact, PEC2GUI, and PETrim. Specifically, fixups/relocations are no longer stripped by default on ASLR enabled EXEs. In previous versions, the user had to set /StripFixups:No for these EXEs to work in Vista and above. - Change.Installer: Updated to NSIS 2.37.