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 August 22, 2025 08:23
unpack wxapkg
#!/usr/bin/python
# usage python unwxapkg.py filename
import sys,os
import struct
class WxapkgFile:
nameLen = 0
name = ""