I went into gdb with the file using `gdb -q assignment1b`. After doing `print success`, I found that 0x4011de is the pointer for the function.

I then created a script similar to 1d and just changed the number we inserted into the variable before into the function pointer. And that worked.
