Skip to content

Instantly share code, notes, and snippets.

View jim4node's full-sized avatar

Jimmy CHEN jim4node

  • 宁波,Ningbo,China
View GitHub Profile
@jim4node
jim4node / unwxapkg.py
Created January 6, 2018 08:08 — forked from thedreamwork/unwxapkg.py
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""