I
I
Igor Tkachenko2015-12-12 05:14:33
Java
Igor Tkachenko, 2015-12-12 05:14:33

How to track the execution of code in an android application?

Actually, I unpacked the .apk, decompiled the code, got the sorts, now my task is to get exactly the moment when, for example, the authorization key I need is generated.
Tell me, is it possible to sniff it somehow, say by code?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Malyarov, 2015-12-12
@foozzi

Em.
There is such a thing Log.d - the stage of program execution will be displayed in the console.
The most important thing is to label correctly.
On the startandroyd website it is written about this, 5 - 7 lesson.

A
aol-nnov, 2015-12-12
@aol-nnov

Well, once you have enough skills to decompile, then it will not be difficult to trace the execution with your eyes through the code. :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question