--- categories: Original date: 2025-08-11T00:00:00Z tags: - Unity - 信息技术 - 游戏 - 逆向工程 slug: unity-unpack title: Unity 游戏的通用解包和逆向工程工具 --- ## AssetBundle - [AssetRipper](https://github.com/AssetRipper/AssetRipper) - [aelurum/AssetStudio](https://github.com/aelurum/AssetStudio) - [Perfare/AssetStudio](https://github.com/Perfare/AssetStudio) - [zhangjiequan/AssetStudio](https://github.com/zhangjiequan/AssetStudio) - [UnityPy](https://github.com/K0lb3/UnityPy) ## IL2CPP - [Il2CppDumper](https://github.com/Perfare/Il2CppDumper) - [Cpp2IL](https://github.com/SamboyCoding/Cpp2IL) ## Modding - [BepInEx](https://github.com/BepInEx/BepInEx) - [MelonLoader](https://github.com/LavaGang/MelonLoader) ## .NET - [ILSpy](https://github.com/icsharpcode/ILSpy) - [dotPeek](https://www.jetbrains.com/decompiler/) ## Editor(不相关) - [UniHacker](https://github.com/tylearymf/UniHacker) (DMCAed) - [NoUnityCN](https://github.com/NoUnityCN/NoUnityCN)