Skip to content

Instantly share code, notes, and snippets.

View GZKY-PY's full-sized avatar
🌴
On vacation

GZKY-PY GZKY-PY

🌴
On vacation
  • gzsonic
  • china
  • 17:50 (UTC -12:00)
View GitHub Profile
@GZKY-PY
GZKY-PY / unwxapkg.py
Created June 16, 2020 13:17 — 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 = ""