Squiblydoo / debloat

A GUI and CLI tool for removing bloat from executables
BSD 3-Clause "New" or "Revised" License
301 stars 25 forks source link

Bugfixes for NSISParser #27

Closed Squiblydoo closed 4 months ago

Squiblydoo commented 4 months ago

This branch fixes some issues with the NSIS Parser. The branch addresses the root issues behind Issue 26 and Issue 25.

The fixes of this script were offered by huettenhain and implemented in his own Binary Refinery. I then reviewed my implementation of the NSIS Parser.

There were substantial changes to the NSIS Parser. I thoroughly reviewed the changes and removed content that was unused. I ran the two samples from Issue 25 and Issue 26 through the application and then ran my testing samples to ensure no issues.