- Added capability to handle Nullsoft Scriptable Install System (NSIS, aka Nullsoft) executables.
- Setup instructions and binaries are extracted from the Nullsoft installer to a separate directory.
- At this time, the user needs to resubmit files if they are bloated. Currently, debloat has no way of determining which files are malicious.
- Fully renamed "Unsafe" Processing to "last_ditch_processing"
- Last ditch better represents its purpose.
- "Unsafe" is a name that is often used in the context of untrusted code.
- Fixed inconsistency in naming of "last ditch processing"
- Adjusted how debloat determines if junk was removed or not:
- Previously, it could think junk removed if 1 or more bytes were removed or if only the signature was removed.
- Now debloat checks for a 10% removal at the least
- Updated documentation regarding Linux build command.
- This had been updated elsewhere, but the update had not made it to the README