Skip to content

Instantly share code, notes, and snippets.

View h080294's full-sized avatar

John Hao h080294

  • Beijing
View GitHub Profile
@h080294
h080294 / happyelement_lua_decrypt.py
Created January 3, 2018 08:26
某手游lua文件解密脚本
# -*- coding:utf-8 -*-
import io
import os
import base64
import pyDes
import binascii
import sys
import crypto
import json
import zlib
@h080294
h080294 / happyelement_lua_encrypt.py
Created January 3, 2018 07:50
某手游lua文件加密脚本
# -*- coding:utf-8 -*-
import io
import os
import base64
import pyDes
import binascii
import sys
import crypto
import json
import zlib