limoka

Results 5 issues of limoka

This PR enables static methods to be injected. This mostly allows to pass such methods to il2cpp delegates, which can be useful in some cases. My main use of this...

injection

This PR includes three improvements, which make working with DOTS based games much easier: - Allow to inject custom structs into il2cpp runtime. - A fix to how methods with...

enhancement
generation

This PR allows users classes to be injected into assembly with the same name as their mod assembly, instead of `InjectedMonoTypes`. There are two benefits from this: 1. Users can...

injection

This PR fixes an issue where `Class::GetDefaultFieldValue()` is not found by signature and traversal search returns wrong value because of compiler optimization. Added a check for such optimization and added...

injection

### Issue Any fields in injected classes are being collected by garbage collector. This includes both fields coming from parent classes, and injected ones. Fields which store a class, which...

bug
injection