def decode(buf):
i=struct.unpack('i',buf[0:4])[0]
if len(buf)>9 and i==0x6B7074:
buf=buf[8:]
i=ord(buf[0])^0x66
buf=chr(i)+buf[1:]
return zlib.decompress(buf)
return buf
def decode(buf):
i=struct.unpack('i',buf[0:4])[0]
if len(buf)>9 and i==0x6B7074:
buf=buf[8:]
i=ord(buf[0])^0x66
buf=chr(i)+buf[1:]
return zlib.decompress(buf)
return buf
本文标题: 捕鱼达人4 LUA文件解密
本文链接:https://www.haomeiwen.com/subject/rjadfxtx.html
网友评论