-
Notifications
You must be signed in to change notification settings - Fork 1
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
Segfault if compile the .c source code #1
Comments
Hi Francesco, could you send me the steps to reproduce this problem ? Thanks. |
If I run ./sandbox: /home/heap-nman/test/house_of_gods/Libc.so.6: version 'GLIBC_2.34' not found (required by ./sandbox) |
You need to compile the Edit: patch the binary's runpath and interpreter with |
Oh ok thanks did you used any special flag on gcc or is actually like the mine the command? |
Nope, I did not use any special flags for compilation. Feel free to close the issue if you have no further questions. |
Hey Milo do you have any clue why the binary crashes despite the fact that gcc doesn't warn about anything?
The text was updated successfully, but these errors were encountered: