BepInEx / Il2CppInterop

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

Treat pointers as value types #159

Closed ds5678 closed 1 month ago

ds5678 commented 1 month ago

Resolves #156

js6pak commented 1 month ago

Shouldn't we literally treat pointers as (blittable) value types and use the same code paths?

ds5678 commented 1 month ago

I'll fix it