You are not logged in.

#1 2025-04-13 15:28:11

oech3
Member
Registered: 2017-09-03
Posts: 76

[Solved]Is stripping binary from pipe possible?

I want to strip a binary libcef.so larger than 1GB on small RAM disk mounted on /tmp.
But

strip

fails with no space.

strio -o

connand 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

#2 2025-04-13 19:59:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,315

Offline

#3 2025-04-19 16:42:33

oech3
Member
Registered: 2017-09-03
Posts: 76

Re: [Solved]Is stripping binary from pipe possible?

>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

Board footer

Powered by FluxBB