Task: RIP My Buffers Off

The rip-my-buffers-off/support/buff-ovf2 binary does not use the get_flag() function, but it offers an opportunity to call it.

TIP: Where can a function address be overwritten?

This example, albeit also linked in the previous exercise, is still a great resource to help you solve this exercise.

Checker

To test the implementation, enter the tests/ directory and run:

make check

In case of a correct solution, you will get an output such as:

test_payload                     ........................ passed ... 100

Total:                                                           100/100

Table of contents