logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Strip Tool - Discard Symbols from Executables | Online Free DevTools by Hexmos

Discard symbols from executables with Strip Tool. Reduce file size and protect your code. Free online tool, no registration required.

strip

Discard symbols from executables or object files. More information: https://manned.org/strip.

  • Replace the input file with its stripped version:

strip {{path/to/file}}

  • Strip symbols from a file, saving the output to a specific file:

strip {{path/to/input_file}} -o {{path/to/output_file}}

  • Strip debug symbols only:

strip {{[-d|--strip-debug]}} {{path/to/file.o}}

See Also