reveny / Android-GUI-Injector

GUI App for Injecting shared libraries on Android
GNU General Public License v3.0
222 stars 73 forks source link

.so file #6

Closed IroniaTheMaster closed 1 year ago

IroniaTheMaster commented 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?

reveny commented 1 year ago

Just build a shared library (.so file) with ndk build or cmake

IroniaTheMaster commented 1 year ago

thx