RoderickChan / pwncli

Do pwn by command line
MIT License
333 stars 22 forks source link

a bug on patchelf #35

Closed jelasin closed 1 year ago

jelasin commented 1 year ago

I get this err

pwncli patchelf Caesar_x64 2.26 The output of ldd: linux-vdso.so.1 (0x00007fff727cb000) /root/glibc-all-in-one/libs/2.23-0ubuntu11.3_amd64/libc-2.23.so (0x00007fd0a5200000) /root/glibc-all-in-one/libs/2.26-0ubuntu2.1_amd64/ld-2.26.so => /lib64/ld-linux-x86-64.so.2 (0x00007fd0a55e3000)

RoderickChan commented 1 year ago

pwncli patchelf Caesar_x64 2.26

Can you offer more information with debug logging? Execute this command: pwncli patchelf Caesar_x64 2.26 -vv

jelasin commented 1 year ago

thanks,I had fixed it I pull a new glibc with libc-database then it worked

RoderickChan commented 1 year ago

Okay, thanks for using pwncli~