Coder Social home page Coder Social logo

Comments (5)

ACPudding avatar ACPudding commented on August 15, 2024

日服部分资源用的key不是通用key。是为了防剧透而使用其他的key加密了(so里面我看过了填充key是使用了
CatAndMouseGame.OtherHomeBuilding这个函数)
AssetStorage里面有小尾巴,这个是keytype。
QQ截图20220703211941
key的话存在topdata的assetbundlekey(用MasterDataUnpacker.MouseInfoMsgPack就能拆)
QQ截图20220703212447
解出来是这样的,可以对应解密keytype找key
QQ截图20220703212057
这是根据大佬您的已有内容加上的部分(瞎写的一个资源下载解密小工具orz),可以参考一下,mousegame3和mousegame4都是有针对防剧透设置的额外加密(写出来都很简单233,MouseGame3_34091232和 MouseGame4_34091820,OtherHomeBuilding也在里面orz)

Osakabehime

from fgoassetsmodifytool.

hexstr avatar hexstr commented on August 15, 2024

@ACPudding 感谢提供完整的思路和文件

from fgoassetsmodifytool.

Thunderltx avatar Thunderltx commented on August 15, 2024

@ACPudding 感谢 感谢 不明觉厉

from fgoassetsmodifytool.

ACPudding avatar ACPudding commented on August 15, 2024

@hexstr 稍微补充一下 - -
剧情文本有用额外key加密的话是存在[email protected]这个文件里面。MonoBehavior有对应文件的keytype
类似:
"m_Name": "ScriptEncryptSetting", "settings": [ { "scriptName": "9404650310", "keyType": "4239a5" }, { "scriptName": "9404650311", "keyType": "4239a5" },......
,当然图省事的办法就是暴力枚举((((((
不过暴力枚举只适合解密剧情文本的MouseGame3。(至少目前我试下来暂时没出问题orz.)
MouseGame4有多解可能,需要对应orz。

from fgoassetsmodifytool.

hexstr avatar hexstr commented on August 15, 2024

@ACPudding 那改的还有点多,反正最近也没想提取的,干脆鸽了吧ᕕ( ᐛ )ᕗ

from fgoassetsmodifytool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.