This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Intercept works with libc 2.29-4 but not with libc 2.30-1 #97
Comments
Hi @mavy , could you show us a disassembly of your libc around that specified address |
Of course:
|
Thank you. Yes, there is a scenario in that code listing around the |
dverbeir
added a commit
to dverbeir/libconvert
that referenced
this issue
Aug 25, 2020
We cannot move right-away to Ubuntu 20.04 because * lib syscall_intercept doesn't work with more recent libc See issue pmem/syscall_intercept#97. Proposed change is not merged yet (though appears to work, so we could go to that specific commit) * scapy operation seems to have issues where an ACK goes out automatically before our SYN+ACK response to the incoming SYN. Also, there are other problems building scapy on 19.10. Let's differ the move to 20.04 LTS to a later time. Signed-off-by: David Verbeiren <[email protected]>
I think I'm still running into this issue, has it been fixed? I'm using Ubuntu 22.10 using GNU libc 2.36 inside WSL v1. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After upgrading
libc
to2.30-1
, I am seeing the next message :not enough space for patching around syscal libsyscall_intercept error
The log has the next contents:
Going to the previous version of glibc shows the correct behaviour:
The text was updated successfully, but these errors were encountered: