You are not logged in.
I want to strip a binary libcef.so larger than 1GB on small RAM disk mounted on /tmp.
But
stripfails with no space.
strio -oconnand needs RAM for original binary and output binary.
strip - is impossible. Is it possible to strip a binary piped from decompressor such as bsdtar on small /tmp?
I prefer a utility from a famous package if possible.
Last edited by oech3 (2025-04-19 16:43:02)
Offline
Offline
>By default, the input files are modified in-place. If "-" is specified for the input file, the input is read from the program's standard input stream.
Thankyou. I succeed to strip to small binary. But stripping 1.4 GB .so file is just crushed.
I mark this as solved.
Offline