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

Bug fix and Bring unsafe processing to GUI #10

Closed Squiblydoo closed 1 year ago

Squiblydoo commented 1 year ago

If the dynamic trim failed, it would could come across an uninitialized variable. This has been temporarily fixed. In cases where dynamic trim failed, unsafe processing could be used but this was not available in the GUI. This pull request makes it available in the GUI.