Describe the new feature or enhancement
By default i found out this modloader is constantly wanting a custom compiled Unity.so with everything unstripped, that's how most games break!
you need to inject in it, recognize the functions even if stripped (pattern matching), this way you can make it work, without issues on any Unity Game than replacing and using the stripped code.
Describe the new feature or enhancement
By default i found out this modloader is constantly wanting a custom compiled Unity.so with everything unstripped, that's how most games break!
you need to inject in it, recognize the functions even if stripped (pattern matching), this way you can make it work, without issues on any Unity Game than replacing and using the stripped code.