物尽其用 300 2815 solves 细微之处见真章,考验细心程度的时候到了

创建于:2026年5月17日

使用 GPT-5.5 回答 Chat01

问题

config.json
Input.png
model_state.npz
train.exe

物尽其用
300
2815 solves

细微之处见真章,考验细心程度的时候到了

思考

bash -lc python3 - <<'PY' import numpy as np, re z=np.load('/mnt/data/model_state.npz') r=z['obs_raw'].astype(int); t=z['obs_trans'].astype(int) for expr, arr in [('raw^trans', r^t),('raw-trans',(r-t)%256),('trans-raw',(t-r)%256)]: data=bytes(arr.astype('uint8')) print(expr, re.findall(rb'[ -~]{4,}',data)[:10]) PY

Thought for 49s

回答

最终 flag:

ISCC{869fff73af96986f5a9693af3f56efb7}

依据提示 MD5(flag1R||flag2G),R/G 通道 LSB 分别得到 MbQyLJurUcWaqKvOtFlm。(config.json)

分享这个问答