C
C
Copperfield2014-08-11 14:32:38
Android
Copperfield, 2014-08-11 14:32:38

How to hide string resources when decompiling an android application?

The application has a string resource - the address of the server with which it communicates.
How to complicate the extraction of this resource when decompiling the application?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Kozhevnikov, 2014-08-21
@kozhevnikovv

Encrypt string resource and decrypt at runtime. On the other hand, to find out the server address, it is not necessary to decompile the application - it is enough to listen to the traffic.

O
Oleg Gamega, 2014-09-15
@gadfi

And what is so secret in the server address? if you need security, then you are looking in the wrong direction, obfuscation will simply make the decompiled code less readable, for this it is needed, by and large its functions are limited to this (yes, you can use it to remove logs and some other goodies, but in general then she is for this =D)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question