-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Clarify the scope #29
Comments
Are you sure that it is ELF? Could you please open your file in any HEX viewer and see the first 4 bytes? It should be '.ELF'. |
A static library (.a) is an archive and thus has a different file header. I take it that this is not supported. Maybe update the readme? |
Ok. Thanks a lot for testing. I will take a look. |
You could unpack your archive with an archive manager(For Windows you can use 7zip). |
Or, XELFViewercould read the archive 😁 (feature request). E.g. "merge" the data of the .o files. For inspiration also: https://apps.kde.org/de/elf-dissector/ I love the idea of treemaps for elf/libs. But I had trouble with KDE on Ubuntu... |
Thanks for the good idea! I will add support of ".a" files in the next version. :) |
It looks just super! I should steal some ideas for my projects. Sure steal like an Artist :) https://en.wikipedia.org/wiki/Steal_Like_an_Artist |
I was trying to open a static library (.a) and 0.05 (latest release as of today) it just said "It's not a valid file". It's Linux ELF so I was surprised. Also, I did not see description what exactly the app is supporting.
The text was updated successfully, but these errors were encountered: