2022 TQLCTF unbelievable_write
有个非预期解是打got表,使题目难度降低了很多,如果开了got不可写的话可以用largebin attack或者其他高版本libc任意地址写来做这里放我自己用的largebin attack的方法:from re import Lfrom pwn import *from ctypes import *from string import *from hashlib import *from itertools import product#context.log_level = 'debu