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
Might relate to #524. I tried splitting the patchelf command into 2 steps: --set-rpath, and then --set-interpreter. But the binary is still broken.
--set-rpath
--set-interpreter
Describe the bug
The binary patched with patchefl raises sigsegv when run. Meanwhile, running via ./ld is OK.
./ld
Steps To Reproduce
Please include exact steps with an attached binary so that another person can reproduce the problem.
> patchelf --set-rpath './' --set-interpreter ./ld-linux.so.2 ./horcruxes > ./horcruxes fish: Job 1, './horcruxes' terminated by signal SIGSEGV (Address boundary error)
Run via ld with clean binary:
> ./ld-linux.so.2 --library-path './' ./horcruxes Voldemort concealed his splitted soul inside 7 horcruxes. ...
Expected behavior
A clear and concise description of what you expected to happen.
patchelf --version output: patchelf 0.18.0
patchelf --version
Additional context: Debian GNU/Linux trixie/sid x86_64
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Might relate to #524.
I tried splitting the patchelf command into 2 steps:
--set-rpath
, and then--set-interpreter
.But the binary is still broken.
Describe the bug
The binary patched with patchefl raises sigsegv when run.
Meanwhile, running via
./ld
is OK.Steps To Reproduce
Please include exact steps with an attached binary so that
another person can reproduce the problem.
Run via ld with clean binary:
Expected behavior
A clear and concise description of what you expected to happen.
patchelf --version
output: patchelf 0.18.0Additional context: Debian GNU/Linux trixie/sid x86_64
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: