WebRTC for Unity is a package that allows WebRTC to be used in Unity. If you are interested in the streaming solution with WebRTC, you can check Unity Render Streaming.
2.将dll放入ida,看il2cpp 的代码unity安装包(Editor\data\il2cpp\libil2cpp\vm),找到加载metadata相关代码,在ida中搜索global-metadata.dat查找代码位置。 3、找到加载matedata加载代码 F5反编译 对比源代码分析 4、通过与源代码对比发现原函数没有变化,加密函数应该在 MetaDataLoader ...