https://github.com/focus-creative-games/il2cpp_plus
改造过的支持HybridCLR的il2cpp版本
https://github.com/focus-creative-games/il2cpp_plus
huatuo hybridclr
Last synced: 7 months ago
JSON representation
改造过的支持HybridCLR的il2cpp版本
- Host: GitHub
- URL: https://github.com/focus-creative-games/il2cpp_plus
- Owner: focus-creative-games
- License: mit
- Created: 2022-07-05T00:47:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T01:20:40.000Z (over 1 year ago)
- Last Synced: 2024-05-20T02:30:31.560Z (over 1 year ago)
- Topics: huatuo, hybridclr
- Homepage: https://code-philosophy.com/
- Size: 2.57 MB
- Stars: 254
- Watchers: 8
- Forks: 86
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# il2cpp_plus
原始il2cpp是AOT运行时,不支持动态注册dll元数据。我们轻微改造了metadata管理模块,插入了一些hook代码,支持动态加载dll元数据。
注意,此项目代码不能单独工作,甚至无法成功编译。必须配合 [HybridCLR](https://github.com/focus-creative-games/hybridclr) 解释器才能正常工作。
main分支不包含任何代码,请切到正确的版本。