#!/bin/bash echo -e "\x70\xe4\xff\xff\xff\x7f\x00\x00" > retaddr # 0x00007fffffffe470 # We've noticed that even with ASLR turned off, the correct return # address can drift a few hundred bytes. We haven't determined a # cause for this. Take this into consideration when creating, guiding # and grading the assignment.