-
Notifications
You must be signed in to change notification settings - Fork 151
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
Missing constructor symbols in elf #149
Comments
Need to add support for common symbols (SHN_COMMON), both for reading and writing. |
I see it at https://github.com/m4b/goblin/blob/495475b9be1ca8d1df0ce40d7dceffcae9cdede4/src/elf/section_header.rs#L80 Is that enough in goblin, or does it also need an enhancement? |
This was referenced Nov 14, 2019
jayvdb
changed the title
Missing constructor symbols
Missing constructor symbols in elf and mach-o
Nov 27, 2019
jayvdb
changed the title
Missing constructor symbols in elf and mach-o
Missing constructor symbols in elf
Nov 27, 2019
This was referenced Nov 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I build some Python packages, and then run
object
'snm
on the generated .o files, some symbols are missinge.g. https://pypi.org/project/pyzmq/ , https://pypi.org/project/gevent/
This is blocking indygreg/PyOxidizer#183
https://pypi.org/project/psutil/ appears to be a different problem.
The text was updated successfully, but these errors were encountered: