Skip to content

Instantly share code, notes, and snippets.

View thedreamwork's full-sized avatar

The thedreamwork

View GitHub Profile
@thedreamwork
thedreamwork / unwxapkg.py
Last active September 13, 2024 21:40
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""