T
T
TheMrViper2015-10-24 18:20:58
Java
TheMrViper, 2015-10-24 18:20:58

How to implement logging in android application?

Hello, I want to sniffer one application, I came to the conclusion that it is possible to modify the application itself:
Add code that would write all outgoing requests and responses to a file.
How can you edit the kernel itself in an application? In order not to touch the code that the developers of this application wrote, or rather how to find it.
Thank you for your attention.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan, 2015-10-26
@LenLord

Learn reverse engineering, then decompile the application.
Learn the application code, then study all the commands, then find a way to embed them so that everything compiles back (very time consuming). Then you compile and sign.
PS. It's not worth it in terms of time )
If you just want to see what the application is doing, then reverse is enough. JD-gui + apktool to help you, well, or commercial decompilers, if you have access to them, of course.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question