DoranekoSystems / frida-ceserver

Frida-based ceserver: A fusion of Cheat Engine and Frida.
GNU General Public License v3.0
213 stars 55 forks source link

How to embed so file into apk #10

Closed Thekidiacs closed 1 year ago

Thekidiacs commented 1 year ago

Hi I saw on discord you saying that if ptrace is enabled in game you need to embed the ceserver so file into the apk. Do I need external tools to be able to do that? And if so which one? Thanks.

DoranekoSystems commented 1 year ago

If you are doing something somewhat intricate, you will need to be able to do your own research and modify the code. There are many ways to inject so files via zygisk or by modifying the apk. The degree of difficulty is relatively high, so it is considered safe to analyze within the scope of existing tools.

DoranekoSystems commented 1 year ago

supplementation If you can find out how to make frida-gadget work non-root, it can be done. Cheat Engine is excellent as a memory analysis tool, although the debugger will not work with the above method.