https://github.com/focus-creative-games/inspect_hybridclr
深入剖析il2cpp及HybridCLR实现的技术专栏
https://github.com/focus-creative-games/inspect_hybridclr
Last synced: 8 months ago
JSON representation
深入剖析il2cpp及HybridCLR实现的技术专栏
- Host: GitHub
- URL: https://github.com/focus-creative-games/inspect_hybridclr
- Owner: focus-creative-games
- License: mit
- Created: 2022-06-05T11:18:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T05:38:17.000Z (about 3 years ago)
- Last Synced: 2025-01-04T06:12:51.350Z (9 months ago)
- Homepage:
- Size: 267 KB
- Stars: 119
- Watchers: 5
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inspect_hybridclr
深入剖析il2cpp及HybridCLR实现的技术专栏。相应知乎专栏 [HybridCLR热更新](https://www.zhihu.com/column/c_1489549396035870720)
我们在实现HybridCLR过程中,深入研究了CLI规范与il2cpp实现,积累了大量宝贵的经验。考虑到国内游戏行业对clr及il2cpp相关的资料不多,我们希望将这些知识系统性地整理出来,帮助那些渴望深入研究Unity下CLR Runtime实现的开发者们,更好了掌握相关知识。