Adam ?
Adam ?
### Checklist (issue will be disregarded & closed if incomplete!) - [X] I've **checked both [open and recently closed issues](https://github.com/tetrio/issues/issues?q=is%3Aissue)** to ensure this feature is not already requested. - [X]...
Hook installs should have the methodinfo* parameter. Ideally we have a scenario such that for hooks that do not have a methodinfo*, (match or find hooks specifically) we can implicitly...
https://discord.com/channels/441805394323439646/583108561396170837/959534636277575720
So because we just introduced the concept of wrapper hook types, it has become increasingly obvious that we can actually abstract this out further. We should consider making/moving hook installations...
So due to special method names, our current implementation relies on method name lookups which is bad. An alternative to this would be to create a method, say, `RunVirtualMethod` which...
Now that `ConstString` has made it into master and has some pretty significant benefits over previous methods of allocating manual strings (constexpr, entirely static memory, allocation-less, known AOT), it is...
Add xref traces for `il2cpp_gc_register_thread` and `il2cpp_gc_unregister_thread` at the very least. This should allow us to make stack locals gc-safe, which hardly matters at all (since nearly all code is...