-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not working on ubuntu 22.04, version `GLIBC_2.34' not found #169
Comments
It seems that the error first comes from |
It turns out the issue is on symbol versioning. |
Since this is more of a glibc symbol versioning question, I'll not do anything about it. |
A work around would be to share the repo as a volume mount into a |
FYI, I just updated our make system today. By using some linker magic, you can now freely debug compiled binaries with every libc without the symbol versioning issue. |
the relevant code can be found here: https://github.com/shellphish/how2heap/blob/master/Makefile#L59 |
Hello, compiling PoC on ubuntu 22.04 docker image will link to the /lib/x86_64-linux-gnu/libc.so.6 and not a specific libc version
This problem only occurs when using ubuntu 22.04
ubuntu 20.04 works fine
The text was updated successfully, but these errors were encountered: