摘要:
原文地址:Python3 修复PNG图片的宽高 CRC爆破 - h3110w0r1d's Blog 感谢原作者 import struct import sys file = input("图片地址:") fr = open(file,'rb').read() data = bytearray(fr 阅读全文
摘要:
Base64加密是CTF多年以来经常出的赛题,而近几年加上了换表Base64解密。 阅读全文
摘要:
原文地址 : https://github.com/nihilus/hexrays_tools /* This file contains definitions used in the Hex-Rays decompiler output. It has type definitions and 阅读全文
摘要:
平平无奇的一道静态分析题目 - Youngter-drive 中出现了一种基本的反调试手段.... 阅读全文