calc (pwnable.tw)
December 15, 2024
·8 min read
1. Binary overview + protections First, I checked the binary protections. PIE is disabled, so function addresses, global variables, and ROP gadgets are stable across runs.
A quick run shows that the program reads an …
#ctf#writeup#pwn#rop#x86