Files
it-sec-exercises/sheet07/a1/stack-b.txt
2026-06-10 14:04:35 +02:00

4 lines
291 B
Plaintext

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.