Protostar Stack0
About
This level introduces the concept that memory can be accessed outside of its allocated region, how the stack variables are laid out, and that modifying outside of the allocated memory can modify program execution.
This level is at /opt/protostar/bin/stack0
Source code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|