DataKinds / scanmem-android

An android port of scanmem
GNU General Public License v3.0
17 stars 6 forks source link

Maintenance request #2

Open kaovd opened 6 years ago

kaovd commented 6 years ago

The last update to this repository was three years ago and although you can compile it for android through the official scanmem repository it is very messy and impractical, furthermore it is much easier to install with the binaries provided in this repository.

This is more of a request than an issue but if you do have the time I would appreciate if you could update the scanmem version to something more recent

DataKinds commented 6 years ago

Unfortunately I don't have a rooted device to test this on anymore. If there's an easy solution to that (like a rooted emulator or something like that) I'd be happy to update this repo.

kaovd commented 6 years ago

If you have any non production build OS (E.g Lineage and its forks) you can use root over ADB without having to root it fully

DataKinds commented 6 years ago

Hmm -- does lineage OS run in the Android emulator?

EDIT: For the time being, I found a workaround. https://play.google.com/store/apps/details?id=com.termux provides a minimal linux environment, and you can install clang to build scanmem locally. Until I figure out this whole executable partition root nonsense, that solution will work I believe.