debloat icon indicating copy to clipboard operation
debloat copied to clipboard

A GUI and CLI tool for removing bloat from executables

Results 3 debloat issues
Sort by recently updated
recently updated
newest added

Another method of bloat that cannot be solved at this time includes use of the .NET Single File feature. Tony wrote about analyzing such a DuckTail sample here: https://forensicitguy.github.io/analyzing-net-core-single-file-ducktail/ The...

enhancement

Testing GitHub actions to automate binary building

Both the CLI and GUI versions are affected: ``` (venv) cc@pretty:~$ venv/bin/debloat Traceback (most recent call last): File "/home/cc/venv/bin/debloat", line 5, in from debloat.main import main File "/home/cc/venv/lib64/python3.14t/site-packages/debloat/main.py", line 7,...

bug