Binary Exploitation - Buffer Overflow Explained in Detail by 0xRick

In the “Examining Buffer Overflows with gdb” section, when it says “return 0; And this is our return address” I think could cause confusion because some people could think 0 is the return address when actually it’s a value passed to the calling function. Aside from that it’s a pretty good explained article, nice work!