C-Android-Memory-Tool icon indicating copy to clipboard operation
C-Android-Memory-Tool copied to clipboard

Suggestions

Open Alextheabest opened this issue 11 months ago • 3 comments

Can you implement for non rooted devices like loading the library from the game

Alextheabest avatar Mar 13 '24 05:03 Alextheabest

You can create a compiled .so file and place it in virtual environment root direct then execute it that will work fine for non root.

On Wed, Mar 13, 2024, 10:39 AM Alextheabest @.***> wrote:

Can you implement for non rooted devices like loading the library from the game

— Reply to this email directly, view it on GitHub https://github.com/Anonym0usWork1221/C-Android-Memory-Tool/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARHUBP6B2ACSJHQCFZZVGMDYX7RALAVCNFSM6AAAAABETPTIISVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DGMJVHAZDGMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Anonym0usWork1221 avatar Mar 13 '24 05:03 Anonym0usWork1221

Yes I can create .so file and execute in virtual but virtual space itself is big and make the game and performance lag. What about a way to directly loading the .so file in the game apk and load from it without root and virtual they say "inbuilt"

Structure App/lib/arch/native-lib.so

In Smali

const-string v0, "native-lib"

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

Alextheabest avatar Mar 13 '24 07:03 Alextheabest

If you are trying to create a mod menu, you need to import the .cpp file instead of the .h file. I am not sure about the exact issue, but some people are facing problems when loading the header file. However, in a mod menu, importing the memory tool should work fine since it will be injected into the game and reading its files should not be an issue.

On Wed, Mar 13, 2024, 12:03 PM Alextheabest @.***> wrote:

Yes I can create .so file and execute in virtual but virtual space itself is big and make the game and performance lag. What about a way to directly loading the .so file in the game apk and load from it without root and virtual they say "inbuilt"

Structure App/lib/arch/native-lib.so

const-string v0, "native-lib"

invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

— Reply to this email directly, view it on GitHub https://github.com/Anonym0usWork1221/C-Android-Memory-Tool/issues/2#issuecomment-1993696138, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARHUBPYQECK55GKQWJSH4Z3YX7255AVCNFSM6AAAAABETPTIISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJTGY4TMMJTHA . You are receiving this because you commented.Message ID: @.***>

Anonym0usWork1221 avatar Mar 13 '24 07:03 Anonym0usWork1221