We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
$ ninja $ cp polyfill-glibc out $ ./polyfill-glibc --remove-kernel-version --add-hash --add-gnu-hash --remove-debug ./out $ ./out No input file(s) specified. $ strip out $ ./out [1] 1807806 segmentation fault ./out
Using sstrip produces the following output:
sstrip: out: File too large sstrip: out: ELF file may have been corrupted!
The text was updated successfully, but these errors were encountered:
It seems that it is the --add-hash option that causes strip and other tools to corrupt the binaries.
--add-hash
Sorry, something went wrong.
The sstrip case looks like a bug in sstrip, I've opened BR903/ELFkickers#21 for it.
I'll look at strip in due course.
No branches or pull requests
Example:
Using sstrip produces the following output:
The text was updated successfully, but these errors were encountered: