Rating:
# sice_cream - Points: 500 - (Solves: 54)
Just pwn this program and get a flag. Connect with `nc 2019shell1.picoctf.com 3972`. libc.so.6 ld-2.23.so.
###### Hints: Make sure to both files are in the same directory as the executable, and set LD_PRELOAD to the path of libc.so.6
![POC](https://github.com/TomHatskevich/CTF_WriteUps/blob/master/picoCTF2019/sice_cream/poc.PNG)