Tags: format-string
Rating:
Since there is no ASLR, it's possible for us to known the canary address(I use %18$p - 0xc0). Then we are able to fix canary. As a result, the fixed canary will call __stack_check_fail. So my exp works as the following:
Here is my exp