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

Use the library SONAME as the module name when present #110

Closed
gabrielesvelto opened this issue Jun 26, 2020 · 2 comments
Closed

Use the library SONAME as the module name when present #110

gabrielesvelto opened this issue Jun 26, 2020 · 2 comments

Comments

@gabrielesvelto
Copy link
Collaborator

ELF files can have a SONAME that differs from the filename, when they do the SONAME should be used as the module name in the first line of output, like:

MODULE Linux x86_64 B29B5D0942181476F8BE6AD24FF571C80 libgallium_drv_video.so

Instead of

MODULE Linux x86_64 B29B5D0942181476F8BE6AD24FF571C80 nouveau_drv_video.so

For a filename called nouveau_drv_video.so in mesa, for example.

@calixteman
Copy link
Collaborator

I made a PR in symbolic to add the possibility to get soname (for elf) and dylib name (for macho):
getsentry/symbolic#252

@gabrielesvelto
Copy link
Collaborator Author

This was fixed, I forgot to close it.

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

No branches or pull requests

2 participants