摘要: 原文地址:Python3 修复PNG图片的宽高 CRC爆破 - h3110w0r1d's Blog 感谢原作者 import struct import sys file = input("图片地址:") fr = open(file,'rb').read() data = bytearray(fr 阅读全文
posted @ 2021-09-27 21:28 二氢茉莉酮酸甲酯 阅读(572) 评论(0) 推荐(0) 编辑
摘要: Base64加密是CTF多年以来经常出的赛题,而近几年加上了换表Base64解密。 阅读全文
posted @ 2021-09-27 21:24 二氢茉莉酮酸甲酯 阅读(946) 评论(0) 推荐(1) 编辑
摘要: 原文地址 : https://github.com/nihilus/hexrays_tools /* This file contains definitions used in the Hex-Rays decompiler output. It has type definitions and 阅读全文
posted @ 2021-09-27 21:18 二氢茉莉酮酸甲酯 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 平平无奇的一道静态分析题目 - Youngter-drive 中出现了一种基本的反调试手段.... 阅读全文
posted @ 2021-09-27 20:54 二氢茉莉酮酸甲酯 阅读(253) 评论(0) 推荐(0) 编辑