Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Book Manager

CTF Infobahn CTF 2025 (CTFtime)
Author 0xM4hm0ud
Category Beginner
Solves 29
Files handout.zip

Solution

There are no bound checks when editing a book. You can use negative or positive indexes. There is a callback pointer saved somewhere in the binary. You can edit it and change it to GetFlag. After overwriting, you can get the flag with option 5.

See solve.py.