BepInEx / Il2CppInterop

A tool interoperate between CoreCLR and Il2Cpp at runtime
GNU Lesser General Public License v3.0
206 stars 66 forks source link

Fix for inlined Image::GetType in GetTypeInfoFromTypeDefinitionIndex detour #32

Closed Kasuromi closed 2 years ago

Kasuromi commented 2 years ago

don't merge - need to push another fix

Kasuromi commented 2 years ago

Should be good to go now, ended up running into a weird issue with XrefScanner where it would return different elements on each evaluation which forced me to evaluate it immediately before using it's results.