Files
2026-06-29 21:18:33 +08:00

8 lines
430 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# il2cpp_plus
原始il2cpp是AOT运行时不支持动态注册dll元数据。我们轻微改造了metadata管理模块插入了一些hook代码支持动态加载dll元数据。
注意,此项目代码不能单独工作,甚至无法成功编译。必须配合 [HybridCLR](https://github.com/focus-creative-games/hybridclr) 解释器才能正常工作。
main分支不包含任何代码请切到正确的版本。