Closed IroniaTheMaster closed 1 year ago
how can i be creating an injectable .so file? For For example, do I have to compile a menu mod, for example lgl in Android Studio and then enter the Lib folder of the generated apk and get the .so file there to inject it into the game?
Just build a shared library (.so file) with ndk build or cmake
thx
how can i be creating an injectable .so file? For For example, do I have to compile a menu mod, for example lgl in Android Studio and then enter the Lib folder of the generated apk and get the .so file there to inject it into the game?