RPISEC / MBE

Course materials for Modern Binary Exploitation by RPISEC
BSD 2-Clause "Simplified" License
5.47k stars 883 forks source link

lab8B buffering #11

Closed ykram closed 9 years ago

ykram commented 9 years ago

Is there any possibility of disabling line buffering for lab8B ? The way it currently is causes more headache than it's worth (imo) for solving this level via an automated way using pwntools.

Lense commented 9 years ago

The way I see it is that in the real world, not everything is going to buffer in just the way you want it to. The level is 100% solvable in its current state.

Feel free to modify it so you can script it. These are, in the end, a learning resource, so do whatever will help you get the most out of it.

ykram commented 9 years ago

Fair enough. It caused issues at first but once I was able to work around them this no longer was an issue.