Skip to content

Instantly share code, notes, and snippets.

View choyri's full-sized avatar
🐤
鸽了好多个项目

Chotow choyri

🐤
鸽了好多个项目
View GitHub Profile
@choyri
choyri / unwxapkg.py
Created January 2, 2018 07:36 — forked from feix/unwxapkg.py
#!/usr/bin/env python2
# lrdcq
# usage python2 unwxapkg.py filename
import sys, os
import struct
class WxapkgFile(object):
nameLen = 0