zardus / preeny

Some helpful preload libraries for pwning stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLIBC_2.34 not found (required by desock.so)

Filarna opened this issue · comments

Hi
i have problem with preeny that all binary's required GLIBS 2.34 although i have gilbs 2.34 already install on my ubuntu 21.04
and i test it on the 22.04 as well .Same problem

i compiled preeny with "arm-linux-gnueabihf" for my devise
and i run httpd with desock as preload and after some debugging this happen.
sudo qemu-arm-static -g 5555 -L ./var/www/ -E USE_RAW_FORMAT=1 -E LD_PRELOAD=/home/xxx/Desktop/preeny/arm-linux-gnueabihf/desock.so:/home/xxx/Desktop/preeny/arm-linux-gnueabihf/defork.so ./usr/sbin/httpd

./usr/sbin/httpd: /lib/libc.so.6: version 'GLIBC_2.34' not found (required by /home/xxx/Desktop/preeny/arm-linux-gnueabihf/desock.so)