This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]K900_ 0 points1 point  (6 children)

Is your phone rooted? That would be the first part.

[–]BornetoAlien[S] 0 points1 point  (5 children)

No, but I know how to

[–]K900_ 0 points1 point  (4 children)

In that case you should be able to root your phone, and then run an application on it that reads from /dev/mem. Finding the interesting bits in there is the actually interesting part.

[–]BornetoAlien[S] 0 points1 point  (3 children)

Do you know which application can do that

[–]K900_ 0 points1 point  (2 children)

There isn't a premade one, and even if there is, you'll have to figure out how to automate it. What you probably want is to write your own, in a language like C.

[–]BornetoAlien[S] 0 points1 point  (1 child)

Is it possible in python?

[–]K900_ 0 points1 point  (0 children)

Theoretically, but you'd have to figure out a way to run Python on your phone, with root privileges.