Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 257 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 257 Bytes

Guessthenumber

Could you help us to guess the number?

How to run

You can find a makefile in the src folder

LD_PRELOAD="$(pwd)/libc-2.24.so" ./guessthenumber

How to solve

Full exploit script in solution/exploit.py. Writeup on the way.