reveny / Android-GUI-Injector

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

Can you make Mod Menu and Injector with TCP Server-Client? #17

Closed MikaCybertron closed 7 months ago

MikaCybertron commented 7 months ago

Can you make Mod Menu and Injector with TCP Server-Client?

there is a source about it, but seems that source is not work, do you think you can make it work sir?

this is the source: https://github.com/MikaCybertron/Android-Mod-Inject

reveny commented 7 months ago

Using sockets is very bad and overall really bad for performance. I suggest you rather get the handle to the Injected library and read the data from a struct using proc_vm_read. Probably won't make anything like this public any time soon.