droidports
droidports copied to clipboard
A repository for experimenting with elf loading and in-place patching of android native libraries on non-android operating systems.
Tried following the guide including in the release, but it didn't work. I suspect it's due to the newer version of the game. Please fix this as I want to...
Process: ```bash git clone --recursive https://github.com/JohnnyonFlame/droidports cd droidports mkdir build-gmloader cd build-gmloader cmake CMakeLists.txt -DCMAKE_BUILD_TYPE=Release -DPLATFORM=linux -DPORT=gmloader .. make -j$(($(nproc)+1)) ``` Output: ``` fordi@sproket:~/Personal$ git clone --recursive https://github.com/JohnnyonFlame/droidports Cloning into...
I had an issue where the game wouldn't start however I fixed it by marking the files that needed to be executed as executable, just thought I should tell you....