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
I'm debugging an executable's library loading and the RUNPATH line from bingrep is meaningless compared to readelf.
RUNPATH
bingrep
readelf
$ readelf -d whisper-cli Dynamic section at offset 0x5e590 contains 37 entries: Tag Type Name/Value 0x000000000000001d (RUNPATH) Library runpath: [/home/home/CLionProjects/whisper.cpp/build/src:/home/home/CLionProjects/whisper.cpp/build/ggml/src:/home/home/CLionProjects/whisper.cpp/build/ggml/src/ggml-hip:/opt/rocm-6.3.1/lib:/opt/rocm/lib:] 0x0000000000000001 (NEEDED) Shared library: [libwhisper.so.1] ...
0x92bf is printed instead of the text.
0x92bf
$ bingrep --version bingrep 0.11.0 $ bingrep whisper-cli ... Dynamic(37): DT_RUNPATH 0x92bf DT_NEEDED libwhisper.so.1 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm debugging an executable's library loading and the
RUNPATH
line frombingrep
is meaningless compared toreadelf
.Expected Behavior
Actual Behavior
0x92bf
is printed instead of the text.The text was updated successfully, but these errors were encountered: