Search results

  1. Solved How to call a function in a non-unity game

    In unity, I call functions in MSHookFunction, but how can I call functions in libcocos2dcpp.so, libminecraftpe.so, etc. (thumb)? I can use the A64HookFunction on arm64-8a(arm64), but when I use the MSHookFunction on armeabi-v7a(thumb), it freezes. Solved: 2021/11/01