Skip to content

Instantly share code, notes, and snippets.

@xiaoyunge
xiaoyunge / unwxapkg.py
Created January 5, 2018 00:43 — 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 = ""