咸鱼喵喵和喵兔解包研究

实现解包的方案记录如下:

1.通过修改index.html法注入vConsole (记得加个alert,在游戏加载前把index.html换回去)

2.编写nya_decrypt.js (https://github.com/xry1029/nyaruru_decrypt)

2.5 喵兔需要为img/下的文件手动编写filelist,形如以下格式

{
"0029246c9432f616a4b84c441d409e4f":1,
"0056a1fa1645d8bb59d9a72c6aa6decd":1
}

3.打开http_server,这里我用的是easyhttpd (https://gitee.com/b0cloud/b0httpd)

4.在vConsole中注入js解密:

var script = document.createElement("script"); script.src = '/nya_decrypt.js'; document.body.appendChild(script);

5.查收,改名、还原目录结构、导入RPGMaker (喵兔文件名为md5,自己照着事件表算吧)

 

使用责任自负。

posted @ 2024-05-13 22:33  星如雨yu  阅读(46)  评论(0编辑  收藏  举报