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

Creado el: 17 de mayo de 2026

Respondido usando GPT-5.5 por Chat01

Pregunta

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

物尽其用
300
2815 solves

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

Pensamiento

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

Respuesta

最终 flag:

ISCC{869fff73af96986f5a9693af3f56efb7}

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

Compartir este Q&A