zardus / preeny

Some helpful preload libraries for pwning stuff.
BSD 2-Clause "Simplified" License
1.57k stars 170 forks source link

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

Open Filarna opened 2 years ago

Filarna commented 2 years ago

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)