摘要: MiscPNG头的秘密题目提示,图片伪数据进行单字节异或,key是png文件头的标志png_header = b'\x89PNG\r\n\x1a\n'with open("Untitled1.png", "rb") as f: data = f.read()for key in png_header 阅读全文
posted @ 2026-03-24 17:47 RiverTao 阅读(2) 评论(0) 推荐(0)
摘要: meitoumeinao.cloud 阅读全文
posted @ 2026-03-24 17:20 RiverTao 阅读(2) 评论(0) 推荐(0)