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

version not detected, but possibly could be #302

Open
k4lizen opened this issue May 12, 2024 · 1 comment
Open

version not detected, but possibly could be #302

k4lizen opened this issue May 12, 2024 · 1 comment

Comments

@k4lizen
Copy link

k4lizen commented May 12, 2024

pwn_efficient_todo.zip

~> pwninit --bin todo
bin: todo
libc: ./libc.so.6
ld: ./ld-linux-x86-64.so.2

warning: failed detecting libc version (is the libc an Ubuntu glibc?): failed finding version string
copying todo to todo_patched
running patchelf on todo_patched
writing solve.py stub
~> strings libc.so.6 | grep "Lib"
GNU C Library (GNU libc) stable release version 2.35.

Usually its like GNU C Library (Ubuntu GLIBC 2.35-0ubuntu3.6) stable release version 2.35. but even without the 2.35-0ubuntu3.6 you could infer the version just from the 2.35.

@k4lizen
Copy link
Author

k4lizen commented May 13, 2024

Now that I think about it, the (GNU libc) probably means it was taken straight from https://ftp.gnu.org/gnu/glibc/ instead of being packaged by Ubuntu?

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

1 participant