S
S
SEOD2016-12-11 07:25:21
Android
SEOD, 2016-12-11 07:25:21

What hidden personal information is stored in APK files?

Does it store any personal information when building an Apk file? For example, if the build happens like this: `ndk-build + ant release`. Such as the IP address of the computer building the APK, mac address, hardware serial numbers, environment variables, etc. Or is it all myths?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-12-11
@SEOVirus

They do not store anything, I did not see it in APK, or in DEX, or in ELF.
What other myths? Is it a question of whether God exists or not?
There are specifications for all formats and there are tools that allow you to parse them to each byte, if in doubt, then do this work and that's it, do something worthwhile at the same time, another tool like elfedit or gdb will also not hurt, primarily for reverse engineering, although there are such means, they are scarce and they are not superfluous and ideal either.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question