sneakyevil / IL2CPP_Resolver

A run-time API resolver for IL2CPP Unity.
https://sneakyevil.gitbook.io/il2cpp-resolver/
The Unlicense
323 stars 65 forks source link

Is this still working ? #23

Closed 0xKaiFu closed 1 year ago

0xKaiFu commented 1 year ago

I tried it in a Game and it was Initializing fine.. Then i tried the Substring loop or anything else and the game Crashed.

Toxocious commented 1 year ago

Were you trying on an x64 game or a x86 game?

Initializing works fine on x86 (32-bit) but will crash the game if you attempt to do use any of the functionality of it afterwards.

0xKaiFu commented 1 year ago

I was trying on a x64 game here my code image

0xKaiFu commented 1 year ago

update functions is empty

0xKaiFu commented 1 year ago

image