CTF writeups, Python Reversing. ... import numpy as np flag = 'redacted' np.random.seed(12345) arr = np.array([ord(c) for c in flag]) other ...
確定! 回上一頁