Skip to content
New issue

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

print demangled symbol table or something useful for executables #1554

Open
petr-tik opened this issue Feb 25, 2021 · 2 comments
Open

print demangled symbol table or something useful for executables #1554

petr-tik opened this issue Feb 25, 2021 · 2 comments
Labels
feature-request New feature or request

Comments

@petr-tik
Copy link

Thanks for this wonderful tool that i discovered after setting up fzf + bat integration today.

i was wondering, if it were possible to print something useful for executables. The first thing I can think of is a symbol table with demangled symbol names or strings or even a basic summary like objdump -f target/debug/bat.

I appreciate some executables can be too large to process fully within the time expected by the user, but it might be useful to present some useful information

@petr-tik petr-tik added the feature-request New feature or request label Feb 25, 2021
@sharkdp
Copy link
Owner

sharkdp commented Mar 7, 2021

Thank you for your feedback.

Have you seen these tickets? #619 #800 #1142

@sharkdp
Copy link
Owner

sharkdp commented May 30, 2022

Potential solution: #2203

We could add a plugin that detects the ELF header and then calls objdump on the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants