实现解包的方案记录如下:
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,自己照着事件表算吧)
使用责任自负。
标签:index,script,研究,decrypt,解包,js,vConsole,咸鱼 From: https://www.cnblogs.com/tianpanyu/p/18190217