资源简介
我下载了csdn网站上的三个源码,然后又下载了前端开发博客上提供的github微信源码
经过多方比较,索性全部上传分享,决不骗分。源码都是game.js,其他res目录下的图片和音效是游戏资源,如果没有任何开发知识,请勿下载。本来想发图片证明的,描述内容无法插入图片,见谅。在压缩文档里有图片截图。

代码片段和文件信息
#!/usr/bin/python
# by @wenxingxing
# usage python unwxapkg.py filename
import sys os
import struct
class WxapkgFile:
nameLen = 0
name = ““
offset = 0
size = 0
if len(sys.argv) < 2:
print(‘usage: unwxapkg.py filename‘)
exit()
with open(sys.argv[1] “rb“) as f:
root = os.path.dirname(os.path.realpath(f.name))
name = os.path.basename(f.name)
if len(sys.argv) > 2:
name = sys.argv[2]
#read header
firstMark = struct.unpack(‘B‘ f.read(1))[0]
print(‘first header mark = ‘ + str(firstMark))
info1 = struct.unpack(‘>L‘ f.read(4))[0]
print(‘info1 = ‘ + str(info1))
indexInfoLength = struct.unpack(‘>L‘ f.read(4))[0]
print(‘indexInfoLength = ‘ + str(indexInfoLength))
bodyInfoLength = struct.unpack(‘>L‘ f.read(4))[0]
print(‘bodyInfoLength = ‘ + str(bodyInfoLength))
lastMark = struct.unpack(‘B‘ f.read(1))[0]
print(‘last header mark = ‘ + str(lastMark))
if firstMark != 0xBE or lastMark != 0xED:
print(‘its not a wxapkg file!!!!!‘)
exit()
fileCount = struct.unpack(‘>L‘ f.read(4))[0]
print(‘fileCount = ‘ + str(fileCount))
#read index
fileList = []
for i in range(fileCount):
data = WxapkgFile()
data.nameLen = struct.unpack(‘>L‘ f.read(4))[0]
data.name = f.read(data.nameLen)
data.offset = struct.unpack(‘>L‘ f.read(4))[0]
data.size = struct.unpack(‘>L‘ f.read(4))[0]
print(‘readFile = ‘ + data.name + ‘ at Offset = ‘ + str(data.offset))
fileList.append(data)
#save files
for d in fileList:
path = root + ‘/‘ + name + ‘_‘
file_ = path + d.name
if not os.path.exists(os.path.dirname(file_)):
os.makedirs(os.path.dirname(file_))
w = open(file_ ‘w‘)
f.seek(d.offset)
w.write(f.read(d.size))
w.close()
print(‘writeFile = ‘ + file_)
f.close()
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-15 05:51 wechat-jump-source-master\
文件 80 2018-01-15 05:51 wechat-jump-source-master\app-config.json
文件 789755 2018-01-15 05:51 wechat-jump-source-master\game.js
目录 0 2018-01-15 05:51 wechat-jump-source-master\res\
文件 4796 2018-01-15 05:51 wechat-jump-source-master\res\0.png
文件 3017 2018-01-15 05:51 wechat-jump-source-master\res\1.png
文件 4947 2018-01-15 05:51 wechat-jump-source-master\res\2.png
文件 4547 2018-01-15 05:51 wechat-jump-source-master\res\3.png
文件 4055 2018-01-15 05:51 wechat-jump-source-master\res\4.png
文件 4945 2018-01-15 05:51 wechat-jump-source-master\res\5.png
文件 5101 2018-01-15 05:51 wechat-jump-source-master\res\6.png
文件 3756 2018-01-15 05:51 wechat-jump-source-master\res\7.png
文件 5135 2018-01-15 05:51 wechat-jump-source-master\res\8.png
文件 5093 2018-01-15 05:51 wechat-jump-source-master\res\9.png
文件 1421 2018-01-15 05:51 wechat-jump-source-master\res\ava.png
文件 899 2018-01-15 05:51 wechat-jump-source-master\res\ava_b.png
文件 2654 2018-01-15 05:51 wechat-jump-source-master\res\ava_big1.png
文件 1224 2018-01-15 05:51 wechat-jump-source-master\res\ava_lookers.png
文件 2280 2018-01-15 05:51 wechat-jump-source-master\res\ava_rank.png
文件 3029 2018-01-15 05:51 wechat-jump-source-master\res\bag.png
文件 3214 2018-01-15 05:51 wechat-jump-source-master\res\bottom.png
文件 435 2018-01-15 05:51 wechat-jump-source-master\res\box_bottom.png
文件 3680 2018-01-15 05:51 wechat-jump-source-master\res\box_middle.png
文件 545 2018-01-15 05:51 wechat-jump-source-master\res\box_top.png
文件 2908 2018-01-15 05:51 wechat-jump-source-master\res\btn.png
文件 7321 2018-01-15 05:51 wechat-jump-source-master\res\btn_bg_g.png
文件 2300 2018-01-15 05:51 wechat-jump-source-master\res\btn_bg_h.png
文件 12309 2018-01-15 05:51 wechat-jump-source-master\res\btn_iplay.png
文件 28626 2018-01-15 05:51 wechat-jump-source-master\res\changlle_share.png
文件 1982 2018-01-15 05:51 wechat-jump-source-master\res\clock.png
文件 4534 2018-01-15 05:51 wechat-jump-source-master\res\close.png
............此处省略93个文件信息
- 上一篇:地震波转化为反应谱程序
- 下一篇:温湿度传感器DHT11资料+程序
相关资源
- Scratch源码
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- flash3.0小游戏
- Scrach 欢乐狙击手.sb2
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- UNIX/LINUX编程实践教程的源码
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 周易排盘源码
- RSA算法源码
评论
共有 条评论