Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 290 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 290 Bytes

note is a very good challenge to understand how we can exploit a Off-By-One bug where the program is using scanf. Basically, you can overwrite the least significant byte (LSB) of the saved rbp with a null byte, so you can control the stack frame for the following function calls.