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

Status
Not open for further replies.
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
 
Last edited:
Status
Not open for further replies.
Back
Top Bottom