Skip to content

Instantly share code, notes, and snippets.

View xtulnx's full-sized avatar

jason.liao xtulnx

View GitHub Profile
@xtulnx
xtulnx / unwxapkg.py
Created June 9, 2022 06:44 — forked from Integ/unwxapkg.py
A useful tool for unpack wxapkg file with python3 surport.
# coding: utf-8
# py2 origin author lrdcq
# usage python3 unwxapkg.py filename
__author__ = 'Integ: https://github.com./integ'
import sys, os
import struct
class WxapkgFile(object):