2017年12月23日

实验吧-catalyst-system

摘要: 刚学逆向很多都不懂,本题也是在看了 http://countersite.org/articles/reverse_engineering/136-revers-s-alexctf-2017.html上的writeup 后才有点明白,但还有一些不明白的地方,写这个writeup一方面记录自己的思考过 阅读全文

posted @ 2017-12-23 13:23 gwind 阅读(432) 评论(0) 推荐(0) 编辑

python整数转ASCII码

摘要: # *-* coding:utf-8 *-* import binascii data = [1441465642, 251096121, -870437532, -944322827, 647240698, 638382323, 282381039, -966334428, -58112612, 605226810] result = [] # 转十六进制 def to_16(data):... 阅读全文

posted @ 2017-12-23 12:39 gwind 阅读(3377) 评论(0) 推荐(0) 编辑

导航