Skip to content

Instantly share code, notes, and snippets.

View CyrilSLi's full-sized avatar
😔
So many things are wrong T_T

Cyril Li CyrilSLi

😔
So many things are wrong T_T
View GitHub Profile
@Integ
Integ / unwxapkg.py
Last active March 21, 2025 12:53 — forked from feix/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):